Zephyr Global Services has an on-premises Active Directory Domain Services (AD DS) domain. You are designing a hybrid identity solution to sync on-premises user accounts to a single 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.
- Users must be able to reset their passwords in the cloud, and the new passwords must immediately apply to their on-premises accounts.
- Users must be able to authenticate to cloud services even if the network connection between the on-premises datacenter and Azure is temporarily unavailable.
Which two features should you include in the hybrid identity design? (Select two.)
- Password Hash Synchronization (PHS)Cevap
- Self-service password reset (SSPR) with password writebackCevap
- CPass-through Authentication (PTA)
- DActive Directory Federation Services (AD FS)
Cevap
To meet the requirements, the hybrid identity design must include Password Hash Synchronization (PHS) and Self-service password reset (SSPR) with password writeback.
Password Hash Synchronization (PHS) is correct because it allows Microsoft Entra ID to perform authentication locally in the cloud, removing any dependency on the on-premises network link during sign-in. Self-service password reset (SSPR) with password writeback is correct because it allows password changes initiated in Microsoft Entra ID to be securely written back to the on-premises AD DS database immediately.
Adım Adım Çözüm
Anahtar Kavram
Designing hybrid identity sync methods and password writeback capabilities to meet high availability and self-service requirements.