Skip to content

Commit 457aefd

Browse files
authored
Merge pull request #96388 from FrankBoylan92/patch-5
Note on WHfB and Step-up Authentication
2 parents f8f043d + 5b391b3 commit 457aefd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/authentication/concept-authentication-methods.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following table outlines when an authentication method can be used during a
6262

6363
| Method | Primary authentication | Secondary authentication |
6464
|--------------------------------|:----------------------:|:-------------------------:|
65-
| Windows Hello for Business | Yes | MFA |
65+
| Windows Hello for Business | Yes | MFA\* |
6666
| Microsoft Authenticator app | Yes | MFA and SSPR |
6767
| FIDO2 security key | Yes | MFA |
6868
| OATH hardware tokens (preview) | No | MFA and SSPR |
@@ -71,6 +71,8 @@ The following table outlines when an authentication method can be used during a
7171
| Voice call | No | MFA and SSPR |
7272
| Password | Yes | |
7373

74+
> \* Windows Hello for Business, by itself, does not serve as a step-up MFA credential. For example, an MFA Challenge from Sign-in Frequency or SAML Request containing forceAuthn=true. Windows Hello for Business can serve as a step-up MFA credential by being used in FIDO2 authentication. This requires users to be enabled for FIDO2 authentication to work sucessfully.
75+
7476
All of these authentication methods can be configured in the Azure portal, and increasingly using the [Microsoft Graph REST API](/graph/api/resources/authenticationmethods-overview).
7577

7678
To learn more about how each authentication method works, see the following separate conceptual articles:

0 commit comments

Comments
 (0)