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 where a user is 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
-
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, is it really the user signing in with the username and password, or is it an attacker? When you require a second form of authentication, security is increased as this additional factor isn't something that's easy for an attacker to obtain or duplicate.
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
24
-

24
+

25
25
26
26
Azure AD Multi-Factor Authentication works by requiring two or more of the following authentication methods:
27
27
28
28
* Something you know, typically a password.
29
-
* Something you have, such as a trusted device that is not easily duplicated, like a phone or hardware key.
29
+
* Something you have, such as a trusted device that's not easily duplicated, like a phone or hardware key.
30
30
* Something you are - biometrics like a fingerprint or face scan.
31
31
32
32
Azure AD Multi-Factor Authentication can also further secure password reset. When users register themselves for Azure AD Multi-Factor Authentication, they can also register for self-service password reset in one step. Administrators can choose forms of secondary authentication and configure challenges for MFA based on configuration decisions.
33
33
34
-
Apps and services don't need changes to use Azure AD Multi-Factor Authentication. The verification prompts are part of the Azure AD sign-in event, which automatically requests and processes the MFA challenge when required.
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 MFA 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 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.
41
41
42
42
The following additional forms of verification can be used with Azure AD Multi-Factor Authentication:
43
43
44
44
* Microsoft Authenticator app
45
-
* OATH Hardware token (preview)
46
-
* OATH Software token
45
+
* Windows Hello for Business
46
+
* FIDO2 security key
47
+
* OATH hardware token (preview)
48
+
* OATH software token
47
49
* SMS
48
50
* Voice call
49
51
50
52
## How to enable and use Azure AD Multi-Factor Authentication
51
53
52
-
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.
53
55
54
-
For more granular controls, [Conditional Access](../conditional-access/overview.md) policies can be used to define events or applications that require MFA. 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 MFA. 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.
55
57
56
-

58
+

0 commit comments