Intermediate
Cybersecurity & Cryptography
Q52 / 100
What is OpenID Connect?
Correct! Well done.
Incorrect.
The correct answer is B) An identity authentication layer built on OAuth 2.0 that provides ID tokens (JWTs) to prove who the user is, not just what they can access
B
Correct Answer
An identity authentication layer built on OAuth 2.0 that provides ID tokens (JWTs) to prove who the user is, not just what they can access
Explanation
OIDC adds authentication to OAuth 2.0. The ID token (JWT) contains claims about the user (sub, email, name). Used for SSO across applications (Google, Facebook login buttons use OIDC).
Progress
52/100