aspnetcore/src/Security
William Godbe 028ea74958
[release/5.0] Resolve credscan bugs (#32656)
* Resolve conflicts

* Resolve remaining credscan bugs (#31157)

* Resolve final credscan bug (#31196)

Co-authored-by: Kevin Pilch <kevinpi@microsoft.com>
2021-05-20 10:35:01 -07:00
..
Authentication [release/5.0] Resolve credscan bugs (#32656) 2021-05-20 10:35:01 -07:00
Authorization [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
CookiePolicy [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Add MigrationsEndPoint when DatabaseDeveloperPageExceptionFilter is used (#25554) 2020-09-04 15:46:14 -07:00
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf
README.md
Security.slnf Handle auth schemes in cookie names #25266 2020-08-26 11:32:05 -07:00
build.cmd
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.