Can Roles be created Per Application (similar to ASp.Net Membership/Applications/Roles/Users)?

Can Roles be created Per Application (similar to Asp.Net Membership/Applications/Roles/Users)?

From the Auth0 Dashboard we can create Roles under User Management, but these Roles seem to be Scoped to the entire Tenant. As such it seems that it is not possible to define an [admin] Role for Application A & an [admin] Role for Application B.

Desired Hierarchy:

Application A:

  • Roles:
    - admin

Application B:

  • Roles:
    - admin

This is where I am looking for Guidance or Confirmation, as within an Auth0 Tenant this same Role Structure seems that it would have to be something like:

Application A:

  • Roles:
    - ApplicationA_Admin

Application B:

  • Roles:
    - ApplicationB_Admin

Thanks

1 Like