An enterprise security architecture team is redesigning identity federations across several vendor SaaS applications. To align with Zero Trust principles, the organization requires immediate session termination and access token revocation across all connected SaaS applications the moment an identity risk signal (such as impossible travel or device compliance failure) is detected at the central Identity Provider (IdP), rather than waiting for OAuth access tokens or SAML assertions to expire naturally. Which of the following identity architectural mechanisms best fulfills this real-time session security requirement?
- Implement Shared Signals and Events using the Continuous Access Evaluation Protocol (CAEP) between the IdP and relying parties.Answer
- BSchedule automated System for Cross-domain Identity Management (SCIM) batch synchronization workflows to execute every five minutes.
- CRestrict SaaS access to requests originating from verified enterprise egress IP ranges using web application firewall perimeter rules.
- DRequire step-up Multi-Factor Authentication (MFA) during the initial single sign-on (SSO) login flow for all high-privilege roles.
Answer
Implementing Shared Signals and Events using the Continuous Access Evaluation Protocol (CAEP) between the Identity Provider (IdP) and relying party applications.
The correct answer specifies implementing the Continuous Access Evaluation Protocol (CAEP). CAEP allows Identity Providers to communicate real-time security events (such as session revoking events, password changes, or device compliance changes) to connected relying party applications instantly. This satisfies the requirement for dynamic, continuous access evaluation under Zero Trust without relying on token expiration windows.
Step-by-Step Solution
Key Concept
Continuous Access Evaluation Protocol (CAEP) in IAM Architecture
Estimated Time:2m 0s