Tokens

1 year ago
10

I will be reading this out on ''Tokens'' on auth0 doc Security :
https://auth0.com/docs/secure/tokens

if you missed my previous livefeed on
Banking Applications - Google/Apple - Twitter APi's - Questions 4 Bouzy
https://www.youtube.com/watch?v=gr9zyvjBwzE

You will know what I am getting at :

Specialized tokens
There are three specialized tokens used in Auth0's token-based authentication scenarios:

Refresh tokens: A token used to obtain a renewed access token without having to re-authenticate the user.

IDP access tokens: Access tokens issued by identity providers after user authentication that you can use to call the third-party APIs.

Auth0 Management API access tokens: Short-lived tokens containing specific claims (scopes) that allow you to call Management API endpoints.

Loading comments...