CloudFin Associates is designing a hybrid identity and access management solution for their Microsoft Entra ID tenant. The organization requires that:
1. Users must sign in to cloud services using their on-premises Active Directory Domain Services (AD DS) passwords.
2. In the event of an on-premises datacenter outage, users must still be able to authenticate to cloud services without administrative intervention.
3. Administrative overhead and infrastructure complexity must be minimized.
4. Multi-factor authentication (MFA) must be enforced for all administrative roles, while ensuring that the organization does not get locked out of the tenant in an emergency.
Which of the following authentication and access control designs should you recommend?
- Implement Password Hash Synchronization (PHS) as the hybrid identity solution, deploy a Conditional Access policy enforcing multi-factor authentication for all administrators, and exclude a dedicated emergency access account from the policy.Answer
- BImplement Active Directory Federation Services (AD FS) as the hybrid identity solution, deploy a Conditional Access policy enforcing multi-factor authentication for all administrators, and exclude a dedicated emergency access account from the policy.
- CImplement Password Hash Synchronization (PHS) as the hybrid identity solution, deploy a Conditional Access policy enforcing multi-factor authentication for all administrators, and ensure that all administrative accounts, including the dedicated emergency access account, are subject to the policy.
- DImplement Password Hash Synchronization (PHS) as the hybrid identity solution, assign all administrative roles as permanently active using Privileged Identity Management (PIM), and enforce multi-factor authentication via Conditional Access without exclusions.
Answer
Implement Password Hash Synchronization (PHS) as the hybrid identity solution, deploy a Conditional Access policy enforcing multi-factor authentication for all administrators, and exclude a dedicated emergency access account from the policy.
The correct design uses Password Hash Synchronization (PHS) combined with a Conditional Access policy that enforces MFA for administrative roles while excluding a dedicated emergency access account. PHS requires the least on-premises infrastructure and ensures users can sign in using their synchronized passwords even if the on-premises servers go offline. Excluding the emergency access account ensures recovery capability in the event of an MFA failure.
Step-by-Step Solution
Key Concept
Microsoft Entra ID hybrid authentication and Conditional Access design
Estimated Time:1m 30s