I am new to oauth and new to auth0, so forgive me if my question is too dumb.
I am using a Regular Web App (using asp.net core 2.2) and the Universal Login.
My scenario is actually very simple, I just want to be able to see the roles or permissions/scopes that one user has access, after a successful login.
I am using the example app that Auth0 show us at QuickStart section, and after a successful login using the Google Social provider, just the “nameidentifier” claim is present.
My user has 1 role and this role has one permission (to a Test API).
What am I missing here? How do I get this role after a successful login?
If you are using Roles under the Users & Roles tab of the Auth0 Dashboard, that is the core RBAC. Otherwise you would be using the Authorization Extension under the Extensions tab.