Skip to content

Commit c4a411e

Browse files
committed
Update howto-authentication-passwordless-security-key-on-premises.md
Update descrption for web-based authentication interface.
1 parent 35c0c01 commit c4a411e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ Set-AzureADKerberosServer -Domain $domain -CloudCredential $cloudCred -DomainCre
9494
```
9595

9696
> [!NOTE]
97-
98-
If your orginization protects password-based sign-in and enfores using modern authentication methods such as MFA, FIDO2 or Smart Card, you must use the "-UserPrincipalName" parameter with the User Principal Name of a Global administrator.
99-
- Replace `contoso.corp.com` in the following example with your on-premises Active Directory domain name.
100-
- Replace `[email protected]` in the following example with the User Principal Name of a Global administrator.
97+
> If your organization protects password-based sign-in and enforces modern authentication methods such as MFA, FIDO2, or Smart Card, you must use the "-UserPrincipalName" parameter with the User Principal Name of a Global administrator.
98+
> - Replace `contoso.corp.com` in the following example with your on-premises Active Directory domain name.
99+
> - Replace `[email protected]` in the following example with the User Principal Name of a Global administrator.
101100
102101
```powerShell
103102
Import-Module ".\AzureAdKerberos.psd1"

0 commit comments

Comments
 (0)