Kestrel Aerospace has an on-premises Active Directory Domain Services (AD DS) forest named corp.kestrelaero.local. The company has a primary Microsoft Entra ID tenant (kestrelaero.com) and recently acquired a subsidiary that uses a separate Microsoft Entra ID tenant (sub.kestrelaero.com).
You are designing a hybrid and multi-tenant identity solution to meet the following requirements:
- Users in corp.kestrelaero.local must be able to access resources in both the kestrelaero.com and sub.kestrelaero.com tenants.
- Users must authenticate using their on-premises credentials, and password changes must be written back to the on-premises AD DS.
- Users must still be able to authenticate to cloud services even during an extended on-premises network outage.
- On-premises infrastructure overhead must be minimized.
- High-privilege administrative roles in the primary tenant must be protected using Privileged Identity Management (PIM) with zero permanent active assignments, and a Conditional Access policy must require multi-factor authentication (MFA) for all administrative logins.
- An emergency access account must be created to prevent administrative lockout.
Which of the following designs should you recommend?
- Configure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback to sync corp.kestrelaero.local to the kestrelaero.com tenant. Configure cross-tenant synchronization from kestrelaero.com to sub.kestrelaero.com. Define PIM roles as eligible, and exclude the emergency access account from the administrative MFA Conditional Access policy.Cevap
- BConfigure Active Directory Federation Services (AD FS) on-premises. Deploy Microsoft Entra Connect on two separate servers to sync corp.kestrelaero.local directly to both kestrelaero.com and sub.kestrelaero.com using federation. Define PIM roles as eligible, and exclude the emergency access account from the administrative MFA Conditional Access policy.
- CConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback to sync corp.kestrelaero.local to the kestrelaero.com tenant. Configure cross-tenant synchronization from kestrelaero.com to sub.kestrelaero.com. Define PIM roles as eligible, and apply the administrative MFA Conditional Access policy to all administrative users, including the emergency access account, to ensure maximum security.
- DConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS) and password writeback to sync corp.kestrelaero.local to the kestrelaero.com tenant. Configure cross-tenant synchronization from kestrelaero.com to sub.kestrelaero.com. Configure PIM assignments as active for administrative users to simplify access, and exclude the emergency access account from the administrative MFA Conditional Access policy.