Skip to content

Commit

Permalink
Fixed typo in the Windows Authentication page (#16214)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaya authored and guardrex committed Dec 16, 2019
1 parent 3d0c3af commit dcd40d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/security/authentication/windowsauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Anonymous requests are allowed. Use [ASP.NET Core Authorization](xref:security/a

### Windows environment configuration

The [Microsoft.AspNetCore.Authentication.Negotiate](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Negotiate) component performs User Mode authentication. Service Principal Names (SPNs) must be added to the user account running the service, not the machine account. Execute `setspn -S HTTP/mysrevername.mydomain.com myuser` in an administrative command shell.
The [Microsoft.AspNetCore.Authentication.Negotiate](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Negotiate) component performs User Mode authentication. Service Principal Names (SPNs) must be added to the user account running the service, not the machine account. Execute `setspn -S HTTP/myservername.mydomain.com myuser` in an administrative command shell.

### Linux and macOS environment configuration

Expand Down

0 comments on commit dcd40d4

Please sign in to comment.