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
`Microsoft.AspNetCore.Authentication.Negotiate` contains an authentication handler used to authenticate requests using Windows Authentication (also known as Negotiate, Kerberos, or NTLM).
4
+
5
+
## How to Use
6
+
7
+
To use `Microsoft.AspNetCore.Authentication.Negotiate`, follow these steps:
Next, refertothe [officialdocumentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) for configuration details specific to your app's web server.
Foradditionaldocumentationandexamples, refertothe [officialdocumentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) on Windows Authentication in ASP.NET Core.
39
+
40
+
## Feedback & Contributing
41
+
42
+
`Microsoft.AspNetCore.Authentication.Negotiate` isreleasedasopen-sourceunderthe [MITlicense](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments