Zephyr Aerospace has an on-premises Active Directory Domain Services (AD DS) domain. The company is designing a hybrid identity solution to integrate their on-premises identity infrastructure with Microsoft Entra ID.
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 authenticate successfully even if the on-premises network connectivity is temporarily unavailable.
- The security team must be able to identify if any user credentials have been leaked on the public dark web.
- The on-premises infrastructure footprint and administrative overhead must be minimized.
Which hybrid identity authentication method should you recommend?
- AActive Directory Federation Services (AD FS)
- BPass-through Authentication (PTA)
- Password Hash Synchronization (PHS)Cevap
- DPass-through Authentication (PTA) with Password Hash Synchronization (PHS) configured as a standby failover
Cevap
Password Hash Synchronization (PHS)
Password Hash Synchronization (PHS) is the correct choice because it meets all requirements. By storing a hash of the user's password hash in Microsoft Entra ID, authentication is handled entirely in the cloud. This provides resiliency if the on-premises network is offline. It also enables leaked credential detection via Microsoft Entra ID Protection and has the lowest on-premises infrastructure footprint compared to PTA and AD FS.
Adım Adım Çözüm
Anahtar Kavram
Selecting a hybrid identity authentication model that provides cloud-based resiliency, minimal on-premises infrastructure, and integration with advanced security features such as leaked credential detection.