An organization named CloudCrest Logistics is designing a secure hybrid identity and access control solution using Microsoft Entra ID. The solution must support synchronization of user identities from their on-premises Active Directory Domain Services (AD DS) environment. The organization has the following requirements:
- Users must be able to sign in using their on-premises passwords, and authentication must occur on-premises to satisfy regulatory compliance. If the on-premises connection fails, users must temporarily be able to sign in via cloud-based authentication as a backup.
- Multi-factor authentication (MFA) must be enforced for all users accessing the Azure portal, except for a dedicated glass-breaker emergency access account which must be excluded to prevent tenant lockout.
Which two configurations should you include in the design?
- Configure Microsoft Entra Connect to use Pass-through Authentication (PTA) as the primary sign-in method and enable Password Hash Synchronization (PHS) as a backup.Answer
- Configure a Conditional Access policy targeting the Microsoft Azure Management app that requires multi-factor authentication, and explicitly exclude a dedicated emergency access account from this policy.Answer
- CDeploy Active Directory Federation Services (AD FS) to perform federated on-premises authentication, without configuring password hash synchronization.
- DConfigure a Conditional Access policy that enforces multi-factor authentication for all administrators accessing the Azure Portal, without excluding any accounts, to guarantee that no account can bypass MFA.