Elysian Healthcare is designing a hybrid identity and access management solution for its Microsoft Entra ID tenant. The organization currently synchronizes user accounts from an on-premises Active Directory Domain Services (AD DS) domain.
The solution must meet the following requirements:
- Users must sign in to cloud services using their on-premises passwords.
- Users must be prompted for multi-factor authentication (MFA) when accessing any Azure management portal from an untrusted network.
- To prevent accidental tenant lockout during a service outage, a dedicated cloud-only emergency-access account must remain functional without MFA requirements.
- Administrative privileges for Azure resources must be granted dynamically on-demand for a limited time rather than being permanently assigned.
- On-premises infrastructure footprint and administrative overhead must be minimized.
Which of the following designs meets all of the requirements?
- Implement directory synchronization using Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all users that excludes the emergency-access account. Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.Cevap
- BImplement directory synchronization by deploying on-premises Active Directory Federation Services (AD FS) and Web Application Proxy servers. Create a Conditional Access policy requiring MFA for all users that excludes the emergency-access account. Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.
- CImplement directory synchronization using Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all administrative users, including all global administrators and the emergency-access account. Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.
- DImplement directory synchronization using Password Hash Synchronization (PHS). Create a Conditional Access policy requiring MFA for all users that excludes the emergency-access account. Configure Microsoft Entra Privileged Identity Management (PIM) with active role assignments.