Lumina Healthcare has an on-premises Active Directory Domain Services (AD DS) forest named internal.luminahealth.org. You are designing a hybrid identity solution to integrate the on-premises AD DS with a new Microsoft Entra ID tenant.
The solution must meet the following requirements:
- Users must be able to authenticate to cloud services using their on-premises passwords.
- Users must be able to authenticate to cloud services even during a complete on-premises internet connectivity outage.
- Users must be allowed to reset their passwords using Microsoft Entra Self-Service Password Reset (SSPR), and password changes must immediately sync back to on-premises.
- Multi-factor authentication (MFA) must be enforced for all admin accounts, but you must prevent accidental tenant lockout if the primary MFA service experiences an outage.
Which identity design meets all of these requirements?
- AConfigure federated identity using Active Directory Federation Services (AD FS) and enable Password Writeback. Implement a Conditional Access policy requiring MFA for all administrator roles, and exclude a designated emergency access account from this policy.
- BConfigure Pass-through Authentication (PTA) with Microsoft Entra Connect and enable Password Writeback. Implement a Conditional Access policy requiring MFA for all administrator roles, and exclude a designated emergency access account from this policy.
- Configure Password Hash Synchronization (PHS) and enable Password Writeback in Microsoft Entra Connect. Implement a Conditional Access policy requiring MFA for all administrator roles, and exclude a designated emergency access account from this policy.Answer
- DConfigure Password Hash Synchronization (PHS) and enable Password Writeback in Microsoft Entra Connect. Implement a Conditional Access policy requiring MFA for all administrator roles without any policy exclusions to ensure maximum security.