Vanguard Global Shipping is designing an identity security and access strategy for its Microsoft Entra ID tenant. The tenant is synchronized with an on-premises Active Directory Domain Services (AD DS) domain.
The design must satisfy the following requirements:
- Minimize the on-premises infrastructure required for user authentication.
- Enforce Multi-Factor Authentication (MFA) for all users with privileged administrative roles.
- Ensure that administrators can access the tenant even if a misconfiguration or third-party service outage affects Entra ID MFA.
Which solution should you recommend to meet the requirements?
- Configure Password Hash Synchronization (PHS) as the hybrid identity authentication method, implement a Conditional Access policy requiring MFA for all administrative roles, and exclude a dedicated emergency access account from the policy.Answer
- BConfigure Password Hash Synchronization (PHS) as the hybrid identity authentication method, and implement a Conditional Access policy requiring MFA for all administrative roles and accounts without any exclusions to guarantee maximum security.
- CDeploy Active Directory Federation Services (AD FS) on-premises to handle authentication and federated MFA, and implement a Conditional Access policy requiring MFA for all administrative roles while excluding a dedicated emergency access account.
- DConfigure Password Hash Synchronization (PHS) as the hybrid identity authentication method, configure all administrative roles as permanently active assignments in Privileged Identity Management (PIM), and implement a Conditional Access policy requiring MFA for those roles.
Answer
Configure Password Hash Synchronization (PHS) as the hybrid identity authentication method, implement a Conditional Access policy requiring MFA for all administrative roles, and exclude a dedicated emergency access account from the policy.
The correct solution uses Password Hash Synchronization (PHS) to satisfy the requirement of minimizing on-premises infrastructure while maintaining authentication capabilities in the cloud. It secures privileged access by enforcing Multi-Factor Authentication (MFA) via a Conditional Access policy. Crucially, it excludes a dedicated emergency access account from this MFA policy, preventing the organization from being locked out of the tenant if there is a regional or global outage affecting Entra ID MFA services.
Step-by-Step Solution
Key Concept
Microsoft Entra ID Authentication and Conditional Access