Set up roles & permissions to model your authorization requirements. Then use the SDK to make access checks from your application.
To get the most out of this guide, you should have:
In this guide, we’ll implement role-based access control for a simple B2B video sharing SaaS application, where users can view and create videos, and elevated roles can manage other users’ roles and application settings.
We will:
The first step to RBAC is to determine the application’s access management hierarchy.
The first step to RBAC is to define
Get provider-specific instructions by selecting the directory provider you want to test: