Borealis Energy is designing a hybrid identity and access management solution. The company synchronizes its on-premises Active Directory Domain Services (AD DS) environment to Microsoft Entra ID.
The solution must meet the following requirements:
- Enforce on-premises security policies, such as log-on hours, during cloud authentication in real-time.
- Minimize on-premises infrastructure and eliminate the need for inbound firewall ports.
- Ensure that administrators are prompted for multi-factor authentication (MFA) when accessing cloud resources, while preventing tenant lockout during an identity system outage.
Which combination of authentication method and Conditional Access policy configuration should you recommend?
- Pass-through Authentication (PTA) and a Conditional Access policy that requires MFA for all administrative directory roles and explicitly excludes a dedicated emergency access account.Answer
- BPassword Hash Synchronization (PHS) and a Conditional Access policy that requires MFA for all administrative directory roles and explicitly excludes a dedicated emergency access account.
- CActive Directory Federation Services (AD FS) and a Conditional Access policy that requires MFA for all administrative directory roles and explicitly excludes a dedicated emergency access account.
- DPass-through Authentication (PTA) and a Conditional Access policy that requires MFA for all administrative directory roles without any exclusions, relying on emergency administrators to request access via Privileged Identity Management (PIM).
Answer
Pass-through Authentication (PTA) and a Conditional Access policy that requires MFA for all administrative directory roles and explicitly excludes a dedicated emergency access account.
Pass-through Authentication (PTA) validates user passwords directly against the on-premises Active Directory Domain Services, which enforces local security policies like logon hours in real-time. PTA achieves this via lightweight agents that establish outbound connections, meaning no inbound firewall ports are needed. Furthermore, excluding a dedicated emergency access account from the Conditional Access MFA policy ensures that administrators can access the tenant to perform recovery actions in the event of an authentication failure or external service outage.
Step-by-Step Solution
Key Concept
Selecting a hybrid identity authentication method to enforce local AD DS policies in real-time while using Conditional Access policies with exclusion groups to prevent administrative lockout.
Estimated Time:1m 30s