The core Authorization features of Auth0 allow for role-based access control (RBAC) of your APIs. ForĀ RBACĀ to work properly, you must enable it for your API using either theĀ DashboardĀ or theĀ . To learn more, read Enable Role-Based Access Control for APIs. Authorization Core functionality is different from the Authorization Extension. For a comparison between the two products, readĀ Authorization Core vs. Authorization Extension. To use the core functionality most efficiently, you should do the following:Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Register API with Auth0
- Define permissions for API
- Create roles
- Assign roles to users
- Assign permissions to users, if needed.