aspnetcore/src/Security
John Luo eb1d6aec16
Update exception handling condition in WsFederationHandler (#24886)
Fixes
2020-08-13 22:48:04 +00:00
..
Authentication Update exception handling condition in WsFederationHandler (#24886) 2020-08-13 22:48:04 +00:00
Authorization Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
CookiePolicy [Security] Move to GenericHost (#24282) 2020-07-27 13:09:15 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
samples Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
test/AuthSamples.FunctionalTests
…
.vsconfig
…
AuthSamples.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
README.md
…
Security.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
build.cmd Add nullable annotations to Authenticator.Core & Authentication.Cookies (#24307) 2020-07-30 17:09:14 -07:00
build.sh
…
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00

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.