Skip to content

Commit dcd40d4

Browse files
davidkayaguardrex
authored andcommitted
Fixed typo in the Windows Authentication page (dotnet#16214)
1 parent 3d0c3af commit dcd40d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/windowsauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Anonymous requests are allowed. Use [ASP.NET Core Authorization](xref:security/a
175175

176176
### Windows environment configuration
177177

178-
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.
178+
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.
179179

180180
### Linux and macOS environment configuration
181181

0 commit comments

Comments
 (0)