aspnetcore/src/Security
Chris Ross f5879cc0d5
Add new Negotiate Auth handler (#9831)
2019-05-22 06:14:50 -07:00
..
Authentication Add new Negotiate Auth handler (#9831) 2019-05-22 06:14:50 -07:00
Authorization Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021) 2019-05-20 16:20:19 -07:00
CookiePolicy Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples RequiredPolicy reborn and less demanding as FallbackPolicy (#9759) 2019-05-14 12:42:34 -07:00
test/AuthSamples.FunctionalTests Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
AuthSamples.sln
README.md
Security.sln Add new Negotiate Auth handler (#9831) 2019-05-22 06:14:50 -07:00
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.