You are implementing multi-factor authentication in your organization. Some users are complaining about the complexity. What should you do to balance security and usability?

  1. Implement risk-based conditional access that requires MFA only when necessary based on user risk profiles ✓
  2. Reduce the token expiration time
  3. Allow users to store MFA codes in email
  4. Remove MFA requirement for all users

Correct answer: Implement risk-based conditional access that requires MFA only when necessary based on user risk profiles

Option A is correct because risk-based Conditional Access in Azure AD evaluates signals such as user location, device compliance, and sign-in risk score to challenge users with MFA only when risk is elevated, reducing friction for low-risk users while maintaining strong security for suspicious sessions. Option B is incorrect because shortening token expiration forces more frequent re-authentication for all users regardless of risk, which increases friction without intelligently targeting high-risk scenarios. Option C is incorrect because storing MFA codes in email is a severe security anti-pattern, since email accounts can be compromised, undermining the entire purpose of multi-factor authentication. Option D is incorrect because removing MFA entirely eliminates a critical authentication control and leaves the organization highly vulnerable to credential-based attacks.

Topic: · azure ad, conditional access, mfa, risk-based authentication

Practice Microsoft Azure Security Engineer (AZ-500) Questions Free