Kestrel Healthcare Services is designing a hybrid identity and access management solution for a new Microsoft Entra ID tenant. The on-premises Active Directory Domain Services (AD DS) domain will synchronize with Microsoft Entra ID. The design must satisfy the following requirements:
- Users must be able to authenticate to cloud services even if the connection between the on-premises network and Azure is completely lost.
- The security team must be able to detect if user credentials synchronized from on-premises have been posted to the dark web.
- Multi-factor authentication (MFA) must be enforced for all administrative tasks performed by the IT support team.
- The organization must prevent administrative lockout of the tenant if the Entra ID multi-factor authentication service or the Privileged Identity Management (PIM) service experiences an outage.
Which of the following infrastructure designs should you recommend?
- Implement Password Hash Synchronization (PHS) as the hybrid authentication method. Configure a Conditional Access policy to enforce multi-factor authentication (MFA) for the Global Administrator role, and exclude two cloud-only emergency access accounts. Assign the Global Administrator role permanently to these two emergency access accounts.Answer
- BImplement Pass-through Authentication (PTA) with Seamless Single Sign-On as the hybrid authentication method. Configure a Conditional Access policy to enforce multi-factor authentication (MFA) for all administrative accounts, including the emergency access accounts. Configure all administrator accounts as permanently active Global Administrators.
- CDeploy Active Directory Federation Services (AD FS) for identity federation. Configure a Conditional Access policy to enforce multi-factor authentication (MFA) for the Global Administrator role, and exclude two emergency access accounts. Configure all other administrator accounts as permanently active Global Administrators to avoid PIM activation latency.
- DImplement Password Hash Synchronization (PHS) as the hybrid authentication method. Configure a Conditional Access policy to enforce multi-factor authentication (MFA) for the Global Administrator role. Configure two emergency access accounts as eligible for the Global Administrator role using Microsoft Entra Privileged Identity Management (PIM) and exclude them from the MFA policy.