For use with Auth0’s Authorization Extension only. If you are using the Authorization Core feature set, you should use the built-in token dialects instead. To learn more, read Authorization Core vs. Authorization Extension.
Deny User Access to an API with Rules
Learn how to use Auth0’s Authorization Extension to deny users access to an API using rules.
Go to Dashboard > Auth0 Pipeline > Rules. You can set up Rules for a number of different purposes, from user management to enriching user profiles. If you need to deny a user access to your API, you can create Roles with assigned scopes, then create a rule to remove scopes from the :
Manage User Access to Applications
Previous
How to Block and Unblock Users as a Tenant Administrator
Next