AuraPharma Group has an on-premises Active Directory Domain Services (AD DS) forest named corp.aurapharma.com and two Microsoft Entra ID tenants: aurapharma.com (primary tenant) and auraresearch.com (research division tenant). You are designing a hybrid and multi-tenant identity solution to meet the following requirements:
* Users in the on-premises forest must authenticate to Azure resources using their local credentials.
* In the event of an on-premises network or domain controller outage, users must still be able to sign in to cloud applications.
* Users must be able to change their passwords in Microsoft Entra ID and have those changes apply immediately to the on-premises AD DS.
* To prevent administrative lockout under extreme conditions, emergency break-glass accounts must bypass Multi-Factor Authentication (MFA).
* Research division users must be able to access line-of-business applications registered in the primary tenant without registering new credentials, while using their own tenant's MFA state.
Which hybrid identity and access design should you recommend?
- Configure Microsoft Entra Connect to use Password Hash Synchronization (PHS) with seamless single sign-on (SSO), and enable password writeback. In the primary tenant, configure cross-tenant access settings to trust MFA from the research tenant. Create a Conditional Access policy requiring MFA for all users, excluding the designated emergency access accounts.Cevap
- BConfigure Microsoft Entra Connect to use Pass-through Authentication (PTA) with seamless single sign-on (SSO), and enable password writeback. In the primary tenant, configure cross-tenant access settings to trust MFA from the research tenant. Create a Conditional Access policy requiring MFA for all users, excluding the designated emergency access accounts.
- CConfigure Active Directory Federation Services (AD FS) for federated identity synchronization and authentication. In the primary tenant, configure cross-tenant access settings to trust MFA from the research tenant. Create a Conditional Access policy requiring MFA for all users, excluding the designated emergency access accounts.
- DConfigure Microsoft Entra Connect to use Password Hash Synchronization (PHS) with seamless single sign-on (SSO), and enable password writeback. In the primary tenant, configure cross-tenant access settings to trust MFA from the research tenant. Create a Conditional Access policy requiring MFA for all users and administrative accounts, with no exemptions.