aspnetcore/src/Security
Andrew Stanton-Nurse 3f683916bc
unquarantine negotiate tests (#20378)
these were quarantined because of the runtime JIT bug that caused DI failures, they can come out of the box now that the runtime issue is fixed
2020-03-31 23:56:45 +00:00
..
Authentication
Authorization
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.sln
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.