aspnetcore/src/Security
John Luo 098be5f5ee
Use LDAP support from DirectoryServices.Protocols for RBAC claim resolution on Linux for Negotiate (#25075)
2020-08-25 13:21:46 -07:00
..
Authentication Use LDAP support from DirectoryServices.Protocols for RBAC claim resolution on Linux for Negotiate (#25075) 2020-08-25 13:21:46 -07:00
Authorization
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Convert DatabaseErrorPage to exception filter (#24588) 2020-08-17 11:13:17 -07:00
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf
README.md
Security.slnf
build.cmd Add nullable annotations to Authenticator.Core & Authentication.Cookies (#24307) 2020-07-30 17:09:14 -07:00
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.