A large enterprise wants to enforce zero-trust conditional access policies that use real-time user risk, sign-in risk, and device compliance. Which combination of Microsoft Entra ID features should they use?
Trap 1: Microsoft Entra ID Privileged Identity Management and Access Reviews
Privileged Identity Management (PIM) provides just-in-time assignment and approval workflows for highly privileged roles, while Access Reviews periodically recertify those assignments to remove stale entitlements. These governance controls reduce standing privilege and audit the lifecycle of admin access, but they do not analyze sign-in risk or enforce conditional policies when a user authenticates, so they don't deliver risk-based zero-trust checkpointing.
Trap 2: Microsoft Entra ID B2B and External Identities
B2B (External Identities) allows you to invite guest users from other tenants or policy-enabled social identity providers and manage their collaboration-specific access via Entra ID tenant settings. External Identities configuration focuses on bringing external users into your directory for resource sharing, not on calculating the risk of a given authentication attempt, and it lacks the risk-detection telemetry needed to make real-time access decisions.
Trap 3: Microsoft Entra ID Domain Services and Managed Identities
Microsoft Entra ID Domain Services (formerly Azure AD DS) supplies legacy authentication protocols like NTLM and Kerberos, LDAP, and group policy for domain-joined VMs, whereas Managed Identities are Azure AD-backed service principals that grant applications a rotation-automated identity for accessing Azure resources. Neither component inspects or scores identity risk; they are infrastructure-level capabilities that support resource connectivity and authentication, not conditional access engines.
- A
Microsoft Entra ID Identity Protection and Conditional Access
Identity Protection evaluates millions of signals per sign-in to calculate user and sign-in risk, detecting anomalies such as leaked credential use, impossible travel, and anomalous token behavior. Conditional Access then consumes those risk signals in real time to enforce step-up authentication (e.g., MFA or password change) or block access entirely, operationalizing zero trust at the identity plane with adaptive, context-aware policies.
- B
Microsoft Entra ID Privileged Identity Management and Access Reviews
Why wrong: Privileged Identity Management (PIM) provides just-in-time assignment and approval workflows for highly privileged roles, while Access Reviews periodically recertify those assignments to remove stale entitlements. These governance controls reduce standing privilege and audit the lifecycle of admin access, but they do not analyze sign-in risk or enforce conditional policies when a user authenticates, so they don't deliver risk-based zero-trust checkpointing.
- C
Microsoft Entra ID B2B and External Identities
Why wrong: B2B (External Identities) allows you to invite guest users from other tenants or policy-enabled social identity providers and manage their collaboration-specific access via Entra ID tenant settings. External Identities configuration focuses on bringing external users into your directory for resource sharing, not on calculating the risk of a given authentication attempt, and it lacks the risk-detection telemetry needed to make real-time access decisions.
- D
Microsoft Entra ID Domain Services and Managed Identities
Why wrong: Microsoft Entra ID Domain Services (formerly Azure AD DS) supplies legacy authentication protocols like NTLM and Kerberos, LDAP, and group policy for domain-joined VMs, whereas Managed Identities are Azure AD-backed service principals that grant applications a rotation-automated identity for accessing Azure resources. Neither component inspects or scores identity risk; they are infrastructure-level capabilities that support resource connectivity and authentication, not conditional access engines.