aspnetcore/src/Security
Giuseppe Campanelli 78edd18524
Clean up logs for Negotiate Authentication and Authorization (#21927)
* Clean up logs for Negotiate Authentication and Authorization

* Add missing arg in NegotiateLoggingExtensions.cs

* Adjust formatting

* Remaining text changes

* Update src/Security/Authentication/Negotiate/src/Internal/NegotiateLoggingExtensions.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update src/Security/Authentication/Negotiate/src/Internal/NegotiateLoggingExtensions.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update src/Security/Authentication/Negotiate/src/NegotiateHandler.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update src/Security/Authentication/Negotiate/src/Internal/NegotiateLoggingExtensions.cs

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Apply changes to feedback committed

* Update logger call to refactored name

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Giuseppe Campanelli <campanelli_g@yahoo.com>
2020-05-19 15:59:29 +00:00
..
Authentication Clean up logs for Negotiate Authentication and Authorization (#21927) 2020-05-19 15:59:29 +00:00
Authorization Clean up logs for Negotiate Authentication and Authorization (#21927) 2020-05-19 15:59:29 +00:00
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Allow custom handling of authorization failures (with sample app) (#21117) 2020-05-19 00:56:21 -07:00
test/AuthSamples.FunctionalTests Allow custom handling of authorization failures (with sample app) (#21117) 2020-05-19 00:56:21 -07:00
.vsconfig
AuthSamples.sln Allow custom handling of authorization failures (with sample app) (#21117) 2020-05-19 00:56:21 -07:00
README.md
Security.sln
build.sh
startvs.cmd

README.md

ASP.NET Core Security

Contains the security and authorization middlewares for ASP.NET Core.

A list of community projects related to authentication and security for ASP.NET Core are listed in the documentation.

See the ASP.NET Core security documentation.

Notes

ASP.NET Security does not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS, you can enable Basic Authentication via IIS configuration. This project is part of ASP.NET Core.