OpenID Connect returns a(n) _____ which contains claims about the authentication of an end-user by an Authorization Server.

  • API Key
  • Access Token
  • Bearer Token
  • ID Token
OpenID Connect returns an ID Token, which contains claims about the authentication of an end-user by an Authorization Server. This ID Token is a JSON Web Token (JWT) and includes information about the authenticated user, such as their user ID and authentication timestamp. It is a critical component of user authentication in OpenID Connect.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *