aspnetcore/src/Security
Chris Ross 4fac2918a6
Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0
2019-10-09 16:21:25 -07:00
..
Authentication Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0 2019-10-09 16:21:25 -07:00
Authorization Manually add TypeForwardedTo in ref assemblies (#14538) 2019-10-07 21:00:34 -07:00
CookiePolicy Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0 2019-10-09 16:21:25 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance Automatically set 'PrivateAssets=All' for .Sources references (#7539) 2019-02-13 14:31:15 -08:00
samples ToList over casting tokens in External Auth sample (#10159) 2019-07-12 11:28:55 -07:00
test/AuthSamples.FunctionalTests [Helix] run on arm queues (#11422) 2019-06-30 01:04:53 -07:00
AuthSamples.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
README.md Update src/Security/README.md (#6592) 2019-01-11 07:07:54 -08:00
Security.sln Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0 2019-10-09 16:21:25 -07:00
startvs.cmd Add startvs.cmd for MVC and Security solutions (#6943) 2019-01-28 15:37:14 -08: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.