aspnetcore/src/Security
Hao Kung 8541bf6c98
Flow endpoint and httpcontext always from authz middleware (#22672)
2020-06-19 18:14:47 -07:00
..
Authentication Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Authorization Flow endpoint and httpcontext always from authz middleware (#22672) 2020-06-19 18:14:47 -07:00
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
samples Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04: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
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
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.