Aether Dynamics has an on-premises Active Directory Domain Services (AD DS) forest named corp.aetherdynamics.com and a Microsoft Entra ID tenant. You are designing a hybrid identity and secure access solution. The solution must meet the following requirements:
- Users must be able to sign in to cloud applications using their on-premises credentials, even if the on-premises datacenter suffers a complete network outage.
- Users must be able to reset their own passwords from the cloud portal, and the changes must update on-premises AD DS.
- On-premises infrastructure and administrative overhead must be kept to a minimum.
- Multi-factor authentication (MFA) must be enforced for all administrative roles, but the design must prevent administrator lockout in the event of a Microsoft Entra MFA service outage.
- Administrative roles must be managed using Privileged Identity Management (PIM) to ensure just-in-time (JIT) access.
Which hybrid identity and access configuration should you recommend?
- AConfigure Microsoft Entra Connect with Pass-through Authentication (PTA) and password writeback. Create a Conditional Access policy requiring MFA for administrators, and exclude an emergency access account. Use Privileged Identity Management (PIM) to configure eligible role assignments.
- BConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback. Create a Conditional Access policy requiring MFA for administrators, but do not configure any exclusions to ensure maximum security. Use Privileged Identity Management (PIM) to configure eligible role assignments.
- Configure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback. Create a Conditional Access policy requiring MFA for administrators, and exclude a dedicated emergency access account. Use Privileged Identity Management (PIM) to configure eligible role assignments.Answer
- DConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback. Create a Conditional Access policy requiring MFA for administrators, and exclude an emergency access account. Use Privileged Identity Management (PIM) to configure permanently active role assignments for all administrators.