Aethelgard Manufacturing has an on-premises Active Directory Domain Services (AD DS) forest named internal.aethelgard.net with 14,000 users. The company has a primary Microsoft Entra ID tenant (aethelgard.com) and recently acquired a subsidiary that uses a separate Entra ID tenant (subsidiary.aethelgard.com). You are designing a hybrid identity and multi-tenant access solution to meet the following requirements:
1. On-premises users must be able to sign in to Microsoft 365 services.
2. The authentication method must support user logins even during a complete outage of the on-premises network or domain controllers.
3. Users must be able to reset their own passwords in the cloud, and these resets must be immediately written back to the on-premises AD DS.
4. You must enforce Multi-Factor Authentication (MFA) via Conditional Access for all standard users, but you must prevent a tenant lockout if the MFA service suffers an outage.
5. Users in the subsidiary tenant must be able to access shared line-of-business applications in the primary tenant using their existing credentials.
Which of the following designs should you recommend?
- Deploy Microsoft Entra Connect Sync with Password Hash Synchronization (PHS) and enable Password Writeback. Configure a Conditional Access policy enforcing MFA for all users, excluding a designated emergency access (break-glass) account. Configure Microsoft Entra B2B collaboration with cross-tenant access settings to allow subsidiary users to access primary tenant applications.Answer
- BDeploy Microsoft Entra Connect Sync with Active Directory Federation Services (AD FS) and federated authentication. Enable Password Writeback. Configure a Conditional Access policy enforcing MFA for all users, excluding a designated emergency access (break-glass) account. Configure Microsoft Entra B2B collaboration with cross-tenant access settings to allow subsidiary users to access primary tenant applications.
- CDeploy Microsoft Entra Connect Sync with Pass-through Authentication (PTA) and enable Password Writeback. Configure a Conditional Access policy enforcing MFA for all users, excluding a designated emergency access (break-glass) account. Configure Microsoft Entra B2B collaboration with cross-tenant access settings to allow subsidiary users to access primary tenant applications.
- DDeploy Microsoft Entra Connect Sync with Password Hash Synchronization (PHS) and enable Password Writeback. Configure a Conditional Access policy enforcing MFA for all users without exclusions. Configure Microsoft Entra B2B collaboration with cross-tenant access settings to allow subsidiary users to access primary tenant applications.