Vanguard Retailers has an on-premises Active Directory Domain Services (AD DS) domain. You are designing a hybrid identity solution to sync user accounts to a single Microsoft Entra ID tenant. The solution must meet the following requirements:
- Users must sign in to cloud services using their on-premises credentials.
- Users must be able to change their passwords in the cloud and have them update on-premises.
- Authentication must succeed even during an on-premises network outage.
- On-premises infrastructure footprint must be minimized.
Which synchronization method should you recommend?
- AActive Directory Federation Services (AD FS) federation with password writeback
- Password Hash Synchronization (PHS) with password writebackCevap
- CPass-through Authentication (PTA) with password writeback
- DPassword Hash Synchronization (PHS) with administrator roles configured as permanently active in Privileged Identity Management (PIM)
Cevap
Password Hash Synchronization (PHS) with password writeback
Password Hash Synchronization (PHS) with password writeback meets all requirements. PHS copies password hashes to Microsoft Entra ID, allowing authentication to succeed entirely in the cloud even during on-premises network or server outages. It has the smallest on-premises footprint, requiring only the Microsoft Entra Connect sync service. Enabling password writeback ensures that any password updates performed in the cloud are immediately synchronized back to the on-premises Active Directory Domain Services.
Adım Adım Çözüm
Anahtar Kavram
Selecting a hybrid identity synchronization method that supports cloud-based authentication, password self-service writeback, and high availability during on-premises outages.