Vanguard Retail Group has an on-premises Active Directory Domain Services (AD DS) forest named corp.vanguardretail.com that contains 14,200 users. You are designing a hybrid identity and governance solution to integrate the on-premises environment with a new Microsoft Entra ID tenant.
The solution must meet the following requirements:
- Users must be able to sign in to cloud services using their on-premises passwords, even if the connection between the on-premises network and Azure is temporarily lost.
- Users must have the ability to reset their passwords in the cloud, with the new passwords synchronizing back to the on-premises AD DS.
- All user accounts must be subject to Conditional Access policies that require Multi-Factor Authentication (MFA), but the design must prevent administrative lockout during an MFA service disruption.
- Privileged administrative roles must not be permanently assigned to users, and access permissions for Azure subscriptions must be managed to minimize administrative overhead.
Which design solution should you recommend?
- ADeploy Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback enabled. Create two emergency access accounts that are included in all Conditional Access MFA policies. Configure Microsoft Entra Privileged Identity Management (PIM) with active role assignments. Assign Azure RBAC roles directly to individual user accounts.
- BDeploy Microsoft Entra Connect with Pass-through Authentication (PTA) and password writeback enabled. Create two emergency access accounts that are excluded from all Conditional Access MFA policies. Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments. Assign Azure RBAC roles directly to individual user accounts.
- Deploy Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback enabled. Create two emergency access accounts that are excluded from all Conditional Access MFA policies. Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments. Assign Azure RBAC roles to Microsoft Entra ID security groups.Answer
- DDeploy Active Directory Federation Services (AD FS) and password writeback. Create two emergency access accounts that are included in all Conditional Access MFA policies. Configure Microsoft Entra Privileged Identity Management (PIM) with active role assignments. Assign Azure RBAC roles to Microsoft Entra ID security groups.