Set up roles & permissions to model your authorization requirements. Then use the SDK to make access checks from your application.
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.
Follow these steps to:
Determine the application’s access management hierarchy and create roles to match it.
Define permissions that control access to specific resources and actions in your application.