Identify Provider scope specific to user

Tell me if this scenario can be handled by Auth0.

  • User A authenticates with my app and grants “basic profile” and “email” scopes.
  • User B authenticates with my app ang grants “basic profile”, “email”, and “contacts” scopes.
  • User C authenticates with my app ang grants “basic profile”, “email”, “contacts”, and “Calendar” scopes.

Can Auth0 provide the ability for me to present different scopes to different users?
How does this impact how i configure the permissions when i’m creating the connection via the Auth0 dashboard?

does anyone have any thoughts?

Hi there @WhisprMe welcome to the community!

Yes, this can be accomplished a couple ways - The 2 most obvious being utilizing something like loginWithRedirect (React for example) or Actions
API object api.accessToken.addScope(scope) object.

Can you elaborate on this specifically? Permissions are added to an API registered in Auth0 as opposed to connections.

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.