To disable MFA for all users in your tenant, you should ensure that you have turned off the per-user MFA configuration and replaced it with Conditional Access policies if needed. Here are the steps to follow:
- Disable Per-User MFA:
- Sign in to the Microsoft Entra admin center as an Authentication Policy Administrator.
- Navigate to Users > All users and select the Per-user MFA button.
- Disable MFA for all users who had this option enabled.
- Use Conditional Access Policies:
- If you have Conditional Access policies that require MFA, you will need to review and modify those policies to ensure that they do not enforce MFA for users.
- You can create a Conditional Access policy that allows access without requiring MFA for specific users or groups.
- Check Security Defaults:
- If security defaults are enabled, they will enforce MFA for all users. You may need to disable security defaults to prevent MFA prompts.
If MFA prompts have reappeared after following these steps, it could be due to the re-enablement of security defaults or Conditional Access policies that require MFA. Ensure that these settings are reviewed and adjusted accordingly to maintain the desired state.
References: