CAS-003 · Question #431
CAS-003 Question #431: Real Exam Question with Answer & Explanation
The correct answer is B: Create-based authentication to IdP, securely store access tokens, and implement secure push. The requirements describe a classic OAuth 2.0 / OIDC federation architecture: a centralized IdP, multiple service providers (SPs), and consistent experience across mobile and web. Answer B (claims-based or certificate-based authentication to the IdP, securely stored access tokens
Question
Options
- ASocial login to IdP, securely store the session cookies, and implement one-time passwords sent
- BCreate-based authentication to IdP, securely store access tokens, and implement secure push
- CUsername and password authentication to IdP, securely store refresh tokens, and implement
- DUsername and password authentication to SP, securely store Java web tokens, and implement
Explanation
The requirements describe a classic OAuth 2.0 / OIDC federation architecture: a centralized IdP, multiple service providers (SPs), and consistent experience across mobile and web. Answer B (claims-based or certificate-based authentication to the IdP, securely stored access tokens, and secure push notifications for MFA) best fits this model. Access tokens are the correct OAuth artifact for authorizing SP access, and secure push (e.g., authenticator app push) provides strong MFA without friction for long-lived sessions. Answer D is wrong because authentication should happen at the IdP, not the SP - that defeats federation. Answer C using refresh tokens alone lacks MFA. Answer A's one-time passwords via SMS are weaker and more disruptive for infrequent logins.
Community Discussion
No community discussion yet for this question.