An enterprise is designing a secure identity governance strategy for its cloud administration team. The strategy must satisfy the following requirements:
- Administrators must only hold highly privileged directory roles on a temporary, just-in-time (JIT) basis.
- When administrators activate and use these roles, they must be prompted for multi-factor authentication (MFA) and must connect from a compliant device.
- The design must guarantee that the organization does not lose administrative access to the Microsoft Entra tenant if a widespread multi-factor authentication outage or device compliance system failure occurs.
- On-premises infrastructure footprint and configuration complexity must be minimized.
Which design should you recommend?
- Configure eligible assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrative roles. Create a Microsoft Entra Conditional Access policy that targets these directory roles and requires MFA and device compliance, and explicitly exclude a designated, cloud-only emergency access account from this policy.Answer
- BConfigure eligible assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrative roles. Create a Microsoft Entra Conditional Access policy requiring MFA and device compliance for all directory roles, and apply this policy to all administrative accounts, including emergency access accounts, to ensure complete security coverage.
- CConfigure active assignments in Microsoft Entra Privileged Identity Management (PIM) for the administrative roles so they are permanently assigned. Create a Microsoft Entra Conditional Access policy that requires MFA and device compliance, and exclude a cloud-only emergency access account from this policy.
- DDeploy Active Directory Federation Services (AD FS) to handle all authentication requests and enforce security claims for administrators. Configure eligible assignments in Microsoft Entra Privileged Identity Management (PIM) and use AD FS relying party trust claims to enforce MFA and device compliance.
Answer
Configure eligible assignments in Microsoft Entra Privileged Identity Management (PIM) for administrative roles, enforce MFA and device compliance with a Microsoft Entra Conditional Access policy targeting those roles, and exclude a cloud-only emergency access account from the policy.
The correct design uses Microsoft Entra PIM with eligible assignments to enforce just-in-time administrative access, applies a Conditional Access policy to target directory roles for MFA and compliant devices, and excludes an emergency access account to prevent lockout. This achieves high security and business continuity with zero on-premises footprint.
Step-by-Step Solution
Key Concept
Designing secure, resilient administrative access by combining Microsoft Entra PIM, Conditional Access, and emergency exclusion practices.
Estimated Time:2m 30s