ISC · domain
Identity And Access Management Architecture
Practise (ISC)2 Information Systems Security Architecture Professional (CISSP-ISSAP, Aug 2025 blueprint) (ISC) Identity And Access Management Architecture practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Focused practice
Practice Identity And Access Management Architecture questions
Scored sessions drawing only from this domain — pick a length below.
Start 20-question practice test →What this domain covers
What to know about Identity And Access Management Architecture
Identity And Access Management Architecture questions test whether you can apply the concept in context, not just recognise a definition.
How the topic appears in realistic exam-style scenarios.
Which detail in the question changes the correct answer.
How to eliminate plausible but wrong options.
How to connect the question back to the wider exam objective.
Watch out for
Common Identity And Access Management Architecture exam traps
- ▸Answering from memory before reading the full scenario.
- ▸Missing a constraint such as cost, availability, security, scope or command context.
- ▸Choosing a broad answer when the question asks for the most specific fix.
- ▸Ignoring why the wrong options are tempting.
Question index
All Identity And Access Management Architecture questions (59)
Click any question to see the full explanation, or start a practice session above.
Which TWO factors are mandatory for a secure 'MFA' implementation?
Medium2In a cloud architecture, what does the 'Principle of Least Privilege' (PoLP) imply regarding IAM roles?
Easy3Which THREE attributes should be evaluated when defining access policies in a modern Zero Trust Architecture?
Medium4Which TWO concepts are central to 'Federated Identity'?
Medium5You are configuring an AWS IAM policy to allow a user to list S3 buckets only if they are connected from a specific IP range. Which policy element is required?
Hard6When implementing FIDO2/WebAuthn for passwordless authentication, where does the private key reside?
Medium7Which architectural principle is fundamental to implementing Zero Trust in a microservices environment?
Easy8Which authentication factor is considered 'inherence'?
Easy9Which TWO methods are used to prevent 'Token Replay' attacks in an OAuth/OIDC architecture?
Hard10Which THREE components are involved in a standard OIDC authentication flow?
Medium11A firm is deploying a Just-In-Time (JIT) access model using CyberArk. Which component architecture is required to perform privileged session recording while ensuring the vault is not directly exposed to the internet?
Medium12In a Zero Trust architecture, what is the primary role of a Policy Decision Point (PDP)?
Medium13You are troubleshooting an OIDC flow where the client fails to fetch the user information. What is the correct OIDC endpoint to call?
Medium14Which TWO risks are significantly mitigated by implementing a Privileged Access Management (PAM) vault?
Hard15You are securing a microservices architecture using mTLS. Which party is responsible for issuing the certificates that identify each service?
Hard16Which component in a Privileged Access Management (PAM) solution is responsible for 'Credential Rotation'?
Medium17In a SAML-based federation, what is the purpose of the 'RelayState' parameter?
Medium18An organization is migrating to SCIM (System for Cross-domain Identity Management) for automated provisioning. Which entity is responsible for receiving the provisioning request from the Identity Provider?
Medium19Which THREE attributes of a user session are typically monitored by a CASB (Cloud Access Security Broker)?
Medium20Which THREE security mechanisms are recommended when using an API Gateway to handle authentication?
Hard21You are configuring an AWS IAM Identity Center (successor to AWS SSO) environment. You need to provide temporary, elevated access to a developer for a specific account. Which mechanism provides the most granular architectural approach for this?
Hard22Which TWO security properties are provided by modern 'Passwordless' architectures?
Hard23Which TWO types of certificates are used in a standard mTLS implementation?
Medium24An architect is designing an OAuth 2.0 implementation for a mobile application. To prevent authorization code injection attacks, which specific configuration must be enforced in the client registration?
Medium25What is the primary role of an 'Attribute-Based Access Control' (ABAC) system compared to 'Role-Based Access Control' (RBAC)?
Medium26In the context of the OAuth 2.0 Authorization Code flow, why is the 'client_secret' never sent to the user's browser?
Medium27What is the benefit of using 'Scoped Access Tokens' in an OAuth architecture?
Medium28You are auditing an OAuth 2.0 implementation. You discover that the application uses the 'Implicit Grant' flow. Why is this considered an architectural security weakness?
Hard29Which TWO actions should be taken when designing a highly available IAM architecture?
Medium30When designing a privileged access management (PAM) solution using CyberArk, you must ensure that privileged credentials are never exposed to the end-user workstation. Which feature facilitates this?
Medium31What is the primary function of an 'Identity Bridge' in a hybrid architecture?
Medium32Which THREE features are essential for a robust Privileged Access Management (PAM) architecture that adheres to the principle of least privilege?
Medium33When migrating to a Zero Trust architecture, what is the recommended approach for legacy applications that do not support modern authentication protocols (SAML/OIDC)?
Medium34You are implementing an IdP-initiated SSO flow. What is the primary architectural requirement for the SP?
Medium35Which THREE mechanisms are commonly used to secure the 'Authorization Code' in an OAuth 2.0 flow?
Hard36Which THREE features are essential for a modern IAM Lifecycle Management (LCM) system?
Medium37You are designing an Azure AD (Entra ID) Conditional Access policy to restrict access to sensitive applications. You need to ensure that only compliant, managed devices can access the resource. Which Grant control must be configured?
Medium38What is the primary risk of 'Standing Privileges'?
Easy39An ISSAP architect is configuring Azure AD (Entra ID) Conditional Access policies to enforce Zero Trust. The requirement is to ensure that users accessing sensitive applications are verified as compliant with Intune device status. Which assignment condition is required?
Hard40What is the purpose of 'JWT Validation' on a resource server?
Medium41You are designing an OIDC implementation. An application needs to obtain user profile information without including it in the ID Token to keep the token size small. Which endpoint should the application call?
Hard42Which THREE types of claims are typically included in a JSON Web Token (JWT)?
Medium43Which protocol is the industry standard for automating the exchange of user identity information between an Identity Provider and a Service Provider?
Medium44In a SAML 2.0 federation, an Identity Provider (IdP) is failing to authenticate users because the Service Provider (SP) cannot verify the assertion integrity. The SP requires the IdP to sign the assertion. What must be exchanged to solve this?
Hard45When using an API Gateway as a Policy Enforcement Point (PEP), where should the authorization decision logic be offloaded to ensure central governance?
Hard46Which TWO components are critical for an identity-centric Zero Trust architecture?
Medium47Which THREE criteria are typically evaluated by a Policy Decision Point (PDP) in a Zero Trust environment?
Medium48What is the purpose of 'Claims Transformation' in an Identity Provider?
Medium49What is the primary architectural purpose of implementing Just-in-Time (JIT) access?
Easy50You are architecting a solution to mitigate 'Token Theft' in a Zero Trust environment. Which mechanism binds a token to a specific client instance?
Hard51What is the function of 'Token Introspection' in OAuth 2.0?
Medium52When deploying HashiCorp Vault for secrets management, you need to implement a 'Dynamic Secrets' architecture for database access. Which workflow is correct?
Hard53What is the primary architectural purpose of a 'Security Token Service' (STS) in a federated environment?
Hard54You are designing an IAM architecture for a global enterprise. You must ensure that PII is not transmitted in cleartext within identity tokens. What is the standard security requirement?
Hard55When designing a Federated Identity architecture using OIDC/SAML, which TWO security considerations are critical for the Relying Party (SP)?
Hard56Which THREE components are critical to ensuring secure 'Just-In-Time' (JIT) access?
Hard57You are implementing Zero Trust Network Access (ZTNA) using Zscaler Private Access (ZPA). Which component is responsible for the actual interception and brokering of the connection between the user and the private application?
Medium58You are deploying OIDC (OpenID Connect) for a web application. You need to prevent token replay attacks. Which claim should the application validate in the ID Token?
Hard59In a SAML 2.0 federation architecture, the Service Provider (SP) returns a 403 error during the assertion consumption phase. After verifying the digital signature, what is the most likely cause?
MediumOther domains
All ISC exam domains
Frequently asked questions
- What does the Identity And Access Management Architecture domain cover on the ISC exam?
- Identity And Access Management Architecture questions test whether you can apply the concept in context, not just recognise a definition.
- How many questions are in this domain?
- This page lists all 59 Identity And Access Management Architecture questions in the ISC question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
- What is the best way to practise this domain?
- Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
- Can I practise only Identity And Access Management Architecture questions?
- Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.