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.
Loading...
Related Quiz
- Discuss the role of caching mechanisms in optimizing API performance and scalability.
- What is the primary purpose of API authentication?
- What types of metrics are commonly monitored in API analytics?
- What considerations are crucial when deciding between using REST, SOAP, or GraphQL for a new API?
- What challenges might one encounter while implementing automated testing for APIs?