aspnetcore/src/Security
Hao Kung 663895377e
[release/5.0] Update cert that became valid and broke tests
- backport of 2e20babb19f0 (#32812)
- dupe of #33033

* Update cert to not be valid for 50 years

* Make cert valid in 10 years

* Delete unused copy of certs, update right one

* Skip test for now
2021-06-01 13:23:57 -07:00
..
Authentication [release/5.0] Update cert that became valid and broke tests 2021-06-01 13:23:57 -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
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf
README.md
Security.slnf
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.