aspnetcore/src/Security
James Newton-King 7669cf0d03
Move Microsoft.AspNetCore.Authorization.Policy types (#9492)
2019-04-19 13:24:36 +12:00
..
Authentication Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
Authorization Move Microsoft.AspNetCore.Authorization.Policy types (#9492) 2019-04-19 13:24:36 +12:00
CookiePolicy Change SameSite default to None #2675 #4661 (#8043) 2019-03-01 16:22:12 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance Automatically set 'PrivateAssets=All' for .Sources references (#7539) 2019-02-13 14:31:15 -08:00
samples Remove RequiredPolicy (#9399) 2019-04-17 21:58:38 -07:00
test/AuthSamples.FunctionalTests Make UseEndpoints a thing (#8765) 2019-03-28 15:41:11 -07:00
AuthSamples.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
README.md
Security.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08: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.