aspnetcore/src/Security
John Luo 88a3a74dbb
Multitarget packages to remove dependencies for source build (#12936)
2019-08-09 19:25:48 -07:00
..
Authentication Granular error handling for Negotiate #12566 (#12958) 2019-08-09 11:28:39 -07:00
Authorization Multitarget packages to remove dependencies for source build (#12936) 2019-08-09 19:25:48 -07:00
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
AuthSamples.sln
README.md
Security.sln
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.