Your company, Litware Inc., plans to migrate workloads to Azure and must sync its on-premises Active Directory Domain Services (AD DS) to a Microsoft Entra ID tenant. The solution must meet the following requirements:
- Users must sign in to cloud services using their on-premises password.
- Authentication must remain operational even during a complete on-premises network outage.
- Users must be able to change their passwords in the cloud using self-service password reset (SSPR), and the changes must sync back to the on-premises AD DS environment.
- Administrative and infrastructure overhead must be minimized.
Which identity synchronization and authentication method should you recommend?
- Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback enabledAnswer
- BMicrosoft Entra Connect with Pass-through Authentication (PTA) and password writeback enabled
- CActive Directory Federation Services (AD FS) with password writeback enabled
- DMicrosoft Entra Connect Cloud Sync with Pass-through Authentication (PTA)
Answer
Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback enabled
The correct option is Password Hash Synchronization (PHS) with password writeback. PHS allows Microsoft Entra ID to perform authentication entirely in the cloud by using synchronized hashes of on-premises passwords. This satisfies the business continuity constraint, as cloud authentication remains fully functional even during an on-premises network outage. Password writeback ensures that password updates from Azure SSPR are synced back to the on-premises Active Directory Domain Services (AD DS). This approach also has the lowest administrative overhead since it requires no extra on-premises agent configurations or federated servers.
Step-by-Step Solution
Key Concept
Selecting the appropriate hybrid identity authentication and synchronization method (PHS vs. PTA vs. AD FS) based on business continuity, compliance, and overhead constraints.
Estimated Time:45s