A financial services firm is designing a secure identity infrastructure. The lead architect must map specific security compliance requirements to the correct Microsoft Entra ID and Conditional Access features. Match each requirement to the appropriate Microsoft Entra ID or Conditional Access feature.
- Validate user login credentials directly against on-premises Active Directory in real-time without storing password hashes in the cloud.Pass-through Authentication (PTA)
- Block users from downloading attachments when accessing Exchange Online from unmanaged personal devices.Conditional Access session controls
- Enforce Multi-Factor Authentication (MFA) only when a user's sign-in attempt is flagged as anomalous or high risk.Microsoft Entra ID Protection sign-in risk policies
Answer
Validate credentials directly on-premises matches Pass-through Authentication (PTA); block downloads from unmanaged devices matches Conditional Access session controls; enforce MFA for anomalous attempts matches Microsoft Entra ID Protection sign-in risk policies.
Pass-through Authentication validates credentials on-premises using a local agent; session controls restrict specific actions like downloads on unmanaged devices; Microsoft Entra ID Protection risk policies evaluate anomalous behavior to prompt for MFA dynamically.
Step-by-Step Solution
Key Concept
Microsoft Entra ID Authentication and Conditional Access
Estimated Time:1m 30s