Veloce Logistics is designing a hybrid identity and security strategy to integrate its on-premises Active Directory Domain Services (AD DS) environment with Microsoft Entra ID. The IT security team has the following requirements:
- Users must be able to sign in to cloud resources using their on-premises credentials.
- If a security incident occurs in the on-premises environment or network connectivity to on-premises is lost, users must still be able to sign in to cloud services without relying on on-premises infrastructure.
- To prevent tenant lockout during a cloud-based multi-factor authentication (MFA) service outage, the security administrator must ensure at least one highly privileged emergency access account can bypass MFA.
- Administrative roles must be managed using Privileged Identity Management (PIM) to prevent persistent administrative privileges.
Which of the following represents the most appropriate combination of hybrid authentication and policy design for Veloce Logistics?
- ADeploy Active Directory Federation Services (AD FS) to handle all authentication requests directly against on-premises domain controllers. Create a Conditional Access policy requiring MFA for all users, but exclude a dedicated emergency access account from this policy. Configure Privileged Identity Management (PIM) role assignments as eligible rather than active.
- Configure Microsoft Entra Connect with Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all users, but exclude a dedicated emergency access account from this policy. Configure Privileged Identity Management (PIM) role assignments as eligible rather than active.Answer
- CConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all users and administrative accounts, with no exclusions, to maximize security. Configure Privileged Identity Management (PIM) role assignments as eligible rather than active.
- DConfigure Microsoft Entra Connect with Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all users, but exclude a dedicated emergency access account from this policy. Configure Privileged Identity Management (PIM) role assignments as active rather than eligible.