...

/

OpenID Connect

OpenID Connect

Get a brief introduction to OpenID connect and Configure Auth0 account setup.

We'll cover the following...

Overview

OAuth2 is only designed to handle the authorization aspects of user data that are stored at some location. In the lesson “Callback Handlers,” our application doesn’t know the end user that accesses our application. It just receives an access token that can be used to retrieve some data. We don’t know the name, email address, avatar image, or permissions of that user. However, in the example, we can find out the name of the user, as that is part of ...