aspnetcore/src/Security
Smit Patel 3cdc7164e7 Add pragma disable to older migration files
Resolves #22630
2020-06-07 11:17:45 -07:00
..
Authentication Add certificate validation cache (#21847) 2020-06-05 00:58:47 -07: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 Updates for extensions migrations 2020-02-20 14:00:29 -08:00
samples Add pragma disable to older migration files 2020-06-07 11:17:45 -07:00
test/AuthSamples.FunctionalTests Allow custom handling of authorization failures (with sample app) (#21117) 2020-05-19 00:56:21 -07:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
AuthSamples.sln Allow custom handling of authorization failures (with sample app) (#21117) 2020-05-19 00:56:21 -07:00
README.md
Security.sln Optional client certificates sample (#21484) 2020-06-05 01:34:21 +00:00
build.sh Add AddOptions to AddAuthorizationCore (#18911) 2020-02-25 21:57:19 +00:00
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.