|
2 | 2 | title: Azure Active Directory recommendation - Turn off per user MFA in Azure AD | Microsoft Docs
|
3 | 3 | description: Learn why you should turn off per user MFA in Azure AD
|
4 | 4 | services: active-directory
|
5 |
| -documentationcenter: '' |
6 |
| -author: MarkusVi |
| 5 | +author: shlipsey3 |
7 | 6 | manager: amycolannino
|
8 |
| -editor: '' |
9 | 7 |
|
10 |
| -ms.assetid: 9b88958d-94a2-4f4b-a18c-616f0617a24e |
11 | 8 | ms.service: active-directory
|
12 | 9 | ms.topic: reference
|
13 |
| -ms.tgt_pltfrm: na |
14 | 10 | ms.workload: identity
|
15 | 11 | ms.subservice: report-monitor
|
16 |
| -ms.date: 08/26/2022 |
17 |
| -ms.author: markvi |
| 12 | +ms.date: 10/31/2022 |
| 13 | +ms.author: sarahlipsey |
18 | 14 | ms.reviewer: hafowler
|
19 | 15 |
|
20 | 16 | ms.collection: M365-identity-device-management
|
21 | 17 | ---
|
22 | 18 |
|
23 |
| -# Azure AD recommendation: Turn off per user MFA |
| 19 | +# Azure AD recommendation: Convert per-user MFA to Conditional Access MFA |
24 | 20 |
|
25 | 21 | [Azure AD recommendations](overview-recommendations.md) is a feature that provides you with personalized insights and actionable guidance to align your tenant with recommended best practices.
|
26 | 22 |
|
27 |
| - |
28 |
| -This article covers the recommendation to turn off per user MFA. |
29 |
| - |
| 23 | +This article covers the recommendation to convert per-user Multi-factor authentication (MFA) accounts to Conditional Access (CA) MFA accounts. |
30 | 24 |
|
31 | 25 | ## Description
|
32 | 26 |
|
33 |
| -As an admin, you want to maintain security for my company’s resources, but you also want your employees to easily access resources as needed. |
34 |
| - |
35 |
| -Multi-factor authentication (MFA) enables you to enhance the security posture of your tenant. In your tenant, you can enable MFA on a per-user basis. In this scenario, your users perform MFA each time they sign in (with some exceptions, such as when they sign in from trusted IP addresses or when the remember MFA on trusted devices feature is turned on). |
36 |
| - |
37 |
| -While enabling MFA is a good practice, you can reduce the number of times your users are prompted for MFA by converting per-user MFA to MFA based on conditional access. |
38 |
| - |
| 27 | +As an admin, you want to maintain security for your company’s resources, but you also want your employees to easily access resources as needed. MFA enables you to enhance the security posture of your tenant. |
39 | 28 |
|
40 |
| -## Logic |
| 29 | +In your tenant, you can enable MFA on a per-user basis. In this scenario, your users perform MFA each time they sign in, with some exceptions, such as when they sign in from trusted IP addresses or when the remember MFA on trusted devices feature is turned on. While enabling MFA is a good practice, converting per-user MFA to MFA based on [Conditional Access](../conditional-access/overview.md) can reduce the number of times your users are prompted for MFA. |
41 | 30 |
|
42 |
| -This recommendation shows up, if: |
| 31 | +This recommendation shows up if: |
43 | 32 |
|
44 |
| -- You have per-user MFA configured for at least 5% of your users |
45 |
| -- Conditional access policies are active for more than 1% of your users (indicating familiarity with CA policies). |
| 33 | +- You have per-user MFA configured for at least 5% of your users. |
| 34 | +- Conditional Access policies are active for more than 1% of your users (indicating familiarity with CA policies). |
46 | 35 |
|
47 | 36 | ## Value
|
48 | 37 |
|
49 |
| -This recommendation improves your user's productivity and minimizes the sign-in time with fewer MFA prompts. Ensure that your most sensitive resources can have the tightest controls, while your least sensitive resources can be more freely accessible. |
| 38 | +This recommendation improves your user's productivity and minimizes the sign-in time with fewer MFA prompts. CA and MFA used together help ensure that your most sensitive resources can have the tightest controls, while your least sensitive resources can be more freely accessible. |
50 | 39 |
|
51 | 40 | ## Action plan
|
52 | 41 |
|
53 |
| -1. To get started, confirm that there's an existing conditional access policy with an MFA requirement. Ensure that you're covering all resources and users you would like to secure with MFA. Review your [conditional access policies](https://portal.azure.com/?Microsoft_AAD_IAM_enableAadvisorFeaturePreview=true&%3BMicrosoft_AAD_IAM_enableAadvisorFeature=true#blade/Microsoft_AAD_IAM/PoliciesTemplateBlade). |
| 42 | +1. Confirm that there's an existing CA policy with an MFA requirement. Ensure that you're covering all resources and users you would like to secure with MFA. |
| 43 | + - Review your [Conditional Access policies](https://portal.azure.com/?Microsoft_AAD_IAM_enableAadvisorFeaturePreview=true&%3BMicrosoft_AAD_IAM_enableAadvisorFeature=true#blade/Microsoft_AAD_IAM/PoliciesTemplateBlade). |
54 | 44 |
|
55 |
| -2. To require MFA using a conditional access policy, follow the steps in [Secure user sign-in events with Azure AD Multi-Factor Authentication](../authentication/tutorial-enable-azure-mfa.md). |
| 45 | +2. Require MFA using a Conditional Access policy. |
| 46 | + - [Secure user sign-in events with Azure AD Multi-Factor Authentication](../authentication/tutorial-enable-azure-mfa.md). |
56 | 47 |
|
57 | 48 | 3. Ensure that the per-user MFA configuration is turned off.
|
58 | 49 |
|
59 |
| - |
| 50 | +After all users have been migrated to CA MFA accounts, the recommendation status automatically updates the next time the service runs. Continue to review your CA policies to improve the overall health of your tenant. |
60 | 51 |
|
61 | 52 | ## Next steps
|
62 | 53 |
|
63 |
| -- [Tutorials for integrating SaaS applications with Azure Active Directory](../saas-apps/tutorial-list.md) |
64 |
| -- [Azure AD reports overview](overview-reports.md) |
| 54 | +- [Learn about requiring MFA for all users using Conditional Access](../conditional-access/howto-conditional-access-policy-all-users-mfa.md) |
| 55 | +- [View the MFA CA policy tutorial](../authentication/tutorial-enable-azure-mfa.md) |
0 commit comments