The OpenID Connect UserInfo endpoint is used by an application to retrieve profile information about the Identity that authenticated. Applications can use this endpoint to retrieve profile information, preferences and other user-specific information.

The OpenID Connect profile consists of two components:

  • Claims describing the end-user
  • UserInfo endpoint providing a mechanism to retrieve these claims
Note: The user claims can also be presented inside the id_token to eliminate a call back during authentication time.