OpenID Connect extends OAuth 2.0 by adding _____ to enable Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server.

  • HMAC (Hash-based Message Authentication Code)
  • JWT (JSON Web Tokens)
  • SAML (Security Assertion Markup Language)
  • TLS (Transport Layer Security)
OpenID Connect extends OAuth 2.0 by adding JSON Web Tokens (JWT) to enable Clients to verify the identity of the End-User based on the authentication performed by an Authorization Server. JWTs are a compact, self-contained format for representing claims between two parties, making them suitable for securely transmitting identity and other information between the Client, Authorization Server, and Resource Server.
Add your answer
Loading...

Leave a comment

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