Krypton Global Systems is designing a hybrid identity and multi-tenant access solution. The company has an on-premises Active Directory Domain Services (AD DS) forest named corp.kryptonglobal.com containing 28,500 user accounts. The company has a primary Microsoft Entra ID tenant named kryptonglobal.onmicrosoft.com and has recently acquired a subsidiary company that uses a separate tenant named kryptonsub.onmicrosoft.com.
You must design a solution that satisfies the following requirements:
- On-premises security policies, specifically logon hours restrictions, must be evaluated in real-time when users log in. The solution must minimize the on-premises infrastructure footprint and avoid deploying federation servers.
- Users must be able to perform self-service password resets (SSPR) that are immediately updated in the on-premises AD DS.
- In the event of a total WAN outage at the on-premises datacenters, administrators must have a pre-configured mechanism to quickly transition authentication to the cloud to maintain user access.
- Users in the subsidiary tenant must be allowed to access resources in the primary tenant without registering for Multi-Factor Authentication (MFA) in the primary tenant.
- All administrative access to the primary tenant must require MFA, but the design must guarantee that administrators can access the tenant even if the primary authentication or MFA service suffers a global outage.
Which of the following designs should you recommend?
- Deploy Microsoft Entra Connect with Pass-through Authentication (PTA) as the primary authentication method and enable Password Hash Synchronization (PHS) as a standby backup. Enable Password Writeback. In the primary tenant, configure cross-tenant access settings to trust MFA from the subsidiary tenant. Create a Conditional Access policy requiring MFA for all directory administrators, while excluding a dedicated cloud-only emergency access account.Answer
- BDeploy Microsoft Entra Connect with Active Directory Federation Services (AD FS) as the primary authentication method. Enable Password Writeback. In the primary tenant, configure cross-tenant access settings to trust MFA from the subsidiary tenant. Create a Conditional Access policy requiring MFA for all directory administrators, with no exclusions.
- CDeploy Microsoft Entra Connect with Password Hash Synchronization (PHS) as the sole authentication method. Enable Password Writeback. In the primary tenant, configure B2B collaboration and require subsidiary users to register for MFA in the primary tenant. Create a Conditional Access policy requiring MFA for all directory administrators, excluding a synchronized on-premises administrator account.
- DDeploy Microsoft Entra Connect with Pass-through Authentication (PTA) as the sole authentication method. Disable Password Hash Synchronization to prevent password hashes from being stored in the cloud. In the primary tenant, configure cross-tenant access settings to trust MFA from the subsidiary tenant. Create a Conditional Access policy requiring MFA for all directory administrators, while excluding a dedicated cloud-only emergency access account.