You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How it works: Azure AD Multi-Factor Authentication
19
19
20
-
Multi-factor authentication is a process in which users are prompted during the sign-in process for an additional form of identification, such as to enter a code on their cellphone or to provide a fingerprint scan.
20
+
Multi-factor authentication is a process in which users are prompted during the sign-in process for an additional form of identification, such as a code on their cellphone or a fingerprint scan.
21
21
22
22
If you only use a password to authenticate a user, it leaves an insecure vector for attack. If the password is weak or has been exposed elsewhere, an attacker could be using it to gain access. When you require a second form of authentication, security is increased because this additional factor isn't something that's easy for an attacker to obtain or duplicate.
23
23
@@ -33,11 +33,11 @@ Azure AD Multi-Factor Authentication can also further secure password reset. Whe
33
33
34
34
You don't need to change apps and services to use Azure AD Multi-Factor Authentication. The verification prompts are part of the Azure AD sign-in, which automatically requests and processes the multi-factor authentication challenge when needed.
35
35
36
-

When a user signs in to an application or service and receives an MFA prompt, they can choose from one of their registered forms of additional verification. Users can access [My Profile](https://myprofile.microsoft.com) to edit or add verification methods.
40
+
When users sign in to an application or service and receive a multi-factor authentication prompt, they can choose from one of their registered forms of additional verification. Users can access [My Profile](https://myprofile.microsoft.com) to edit or add verification methods.
41
41
42
42
The following additional forms of verification can be used with Azure AD Multi-Factor Authentication:
43
43
@@ -51,19 +51,19 @@ The following additional forms of verification can be used with Azure AD Multi-F
51
51
52
52
## How to enable and use Azure AD Multi-Factor Authentication
53
53
54
-
All Azure AD tenants can use [security defaults](../fundamentals/concept-fundamentals-security-defaults.md) to quickly enable Microsoft Authenticator for all users. Users and groups can be enabled for Azure AD Multi-Factor Authentication to prompt for additional verification during the sign-in event.
54
+
You can use [security defaults](../fundamentals/concept-fundamentals-security-defaults.md)in Azure AD tenants to quickly enable Microsoft Authenticator for all users. You can enable Azure AD Multi-Factor Authentication to prompt users and groups for additional verification during sign-in.
55
55
56
-
For more granular controls, [Conditional Access](../conditional-access/overview.md) policies can be used to define events or applications that require multi-factor authentication. These policies can allow regular sign-in events when the user is on the corporate network or a registered device, but prompt for additional verification factors when remote or on a personal device.
56
+
For more granular controls, you can use [Conditional Access](../conditional-access/overview.md) policies to define events or applications that require multi-factor authentication. These policies can allow regular sign-in when the user is on the corporate network or a registered device but prompt for additional verification factors when the user is remote or on a personal device.
57
57
58
-

58
+

59
59
60
60
## Next steps
61
61
62
62
To learn about licensing, see [Features and licenses for Azure AD Multi-Factor Authentication](concept-mfa-licensing.md).
63
63
64
64
To learn more about different authentication and validation methods, see [Authentication methods in Azure Active Directory](concept-authentication-methods.md).
65
65
66
-
To see MFA in action, enable Azure AD Multi-Factor Authentication for a set of test users in the following tutorial:
66
+
To see multi-factor authentication in action, enable Azure AD Multi-Factor Authentication for a set of test users in the following tutorial:
67
67
68
68
> [!div class="nextstepaction"]
69
69
> [Enable Azure AD Multi-Factor Authentication](./tutorial-enable-azure-mfa.md)
0 commit comments