aspnetcore/src/Security
Kahbazi 402394347d Add parameters for Microsoft Account Authentication (#11059)
Co-Authored-By: campersau <buchholz.bastian@googlemail.com>
2019-06-12 13:07:44 -07:00
..
Authentication Add parameters for Microsoft Account Authentication (#11059) 2019-06-12 13:07:44 -07:00
Authorization
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
AuthSamples.sln
README.md
Security.sln Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -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.