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?