Aetherius Logistics has an on-premises Active Directory Domain Services (AD DS) forest and is deploying a new Microsoft Entra ID tenant. You are designing a hybrid identity solution. The company has the following requirements:
- Users must be able to authenticate to cloud services using their on-premises passwords.
- Users must be able to perform self-service password resets in Microsoft Entra ID, and the changes must sync back to the on-premises AD DS.
- To ensure business continuity, users must be able to sign in to cloud services even if the on-premises network link is temporarily down.
- On-premises infrastructure requirements must be kept to a minimum.
Which hybrid identity synchronization configuration should you recommend?
- Password Hash Synchronization (PHS) with Password Writeback enabledAnswer
- BPass-through Authentication (PTA) with Password Writeback enabled
- CActive Directory Federation Services (AD FS) with Password Writeback enabled
- DPassword Hash Synchronization (PHS) without Password Writeback enabled
Answer
Password Hash Synchronization (PHS) with Password Writeback enabled
Password Hash Synchronization (PHS) copies a hash of the user's password hash from on-premises AD DS to Microsoft Entra ID. This allows users to authenticate to cloud services even if the on-premises network link is down, satisfying the business continuity requirement. Enabling Password Writeback ensures that self-service password resets performed in the cloud are successfully written back to the on-premises directory. This combination also keeps the on-premises infrastructure to a minimum, requiring only the Microsoft Entra Connect sync tool.
Step-by-Step Solution
Key Concept
Selecting the appropriate hybrid identity synchronization method based on availability, self-service capability, and infrastructure constraints.