Login with Github

Hi @josuehenrique,

Glad to hear you were able to make some progress!

The Access Token you receive from Auth0 is for the https://you-auth0-domain/userinfo endpoint (if you include an audience, then the Access Token will be for your own custom API). You can use this Access Token to retrieve the current user’s profile info.

The Identity Provider’s Access Token is available via the Management API:

Related topic: