How to use RBAC with an Application (rather than an API)?

Hi @dean.dashwood,

Welcome to the Community!

You can add the roles to the access token or the ID token using this rule:

Then, simply look at which role the user has to restrict/grant access.

1 Like