Knowledge check
10 questions testing what you just read — no login, no tracking, just immediate feedback.
What does OAuth2 fundamentally provide?
What does OIDC add on top of plain OAuth2?
What problem does PKCE solve for a public OAuth2 client (like a mobile app)?
What format does a SAML assertion use, in contrast to an OIDC ID token?
Why does SAML remain common in enterprise SSO despite OIDC being the more modern default?
What do the iss, sub, aud, and exp claims inside an OIDC ID token represent?
What specific problem does FIDO/WebAuthn (passkeys) solve, relative to OIDC and SAML?
A user logs into an identity provider with a passkey, and the IdP then issues an OIDC ID token to a downstream app. What does the downstream app need to know about the passkey login?
Which protocol should an identity provider use to authenticate users into a legacy platform that only understands XML-based, XML-DSig-signed assertions?
What is the Authorization Code flow, in OAuth2 terms?