You are designing a secure, resilient identity architecture for a global corporation with an on-premises Active Directory Domain Services (AD DS) directory and a Microsoft Entra ID tenant. The design must meet the following requirements:
* On-premises users must be synced to Microsoft Entra ID and must be able to authenticate to cloud services even during an on-premises WAN link outage.
* Administrative roles must be secured using Microsoft Entra Privileged Identity Management (PIM) with just-in-time (JIT) activation.
* All administrative actions must require multi-factor authentication (MFA) and a compliant device via a Conditional Access policy.
* The design must include a mitigation plan to prevent tenant lockout in the event of an outage of the Azure MFA service.
Which design strategy should you recommend?
- Configure Microsoft Entra Connect to use Password Hash Synchronization (PHS). Assign administrative roles as eligible in Microsoft Entra Privileged Identity Management (PIM). Create a Conditional Access policy enforcing multi-factor authentication (MFA) and device compliance for administrative users, and explicitly exclude a dedicated, permanently assigned emergency access account that does not require MFA.Cevap
- BDeploy Active Directory Federation Services (AD AD) with Web Application Proxies to handle authentication. Assign administrative roles as eligible in Microsoft Entra Privileged Identity Management (PIM). Create a Conditional Access policy enforcing multi-factor authentication (MFA) and device compliance for administrative users, and explicitly exclude a dedicated, permanently assigned emergency access account that does not require MFA.
- CConfigure Microsoft Entra Connect to use Password Hash Synchronization (PHS). Assign administrative roles as eligible in Microsoft Entra Privileged Identity Management (PIM). Create a Conditional Access policy enforcing multi-factor authentication (MFA) and device compliance for all administrative users and directory roles, with no exclusions, ensuring all administrators are protected by MFA.
- DConfigure Microsoft Entra Connect to use Password Hash Synchronization (PHS). Configure permanently active administrative role assignments in Microsoft Entra Privileged Identity Management (PIM) to prevent activation delays. Create a Conditional Access policy enforcing multi-factor authentication (MFA) and device compliance for administrative users, and explicitly exclude a dedicated emergency access account that does not require MFA.