Go to file
Troy Dai 5de4816f59 Update the RemoteAuthenticationHandler error handling
1. Exeption will be still thrown from CreateTicketAsync to avoid breaking
change.
2. OAuthHandler won't try to capture the exception.
3. OAuthHandler will check if the AuthenticateTicket is null.
4. RemoteAuthenticationHandler's error handling flow is improved to cover
the exception thrown from HandleRemoteAuthenticateAsync. The exeption
thrown from it will go throw the user error handling logic, too.
2016-07-26 10:30:50 -07:00
samples Improve sample README 2016-07-20 19:35:12 +02:00
src Update the RemoteAuthenticationHandler error handling 2016-07-26 10:30:50 -07:00
test One build to rule them all 2016-07-07 12:40:05 -07:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating to release. 2016-06-14 16:23:04 -07:00
NuGetPackageVerifier.json
README.md
Security.sln
appveyor.yml
build.cmd
build.ps1 Updating to release. 2016-06-14 16:23:04 -07:00
build.sh Updating to release. 2016-06-14 16:23:04 -07:00
global.json

README.md

ASP.NET Security

AppVeyor: AppVeyor

Travis: Travis

Contains the security and authorization middlewares for ASP.NET Core.

Notes

ASP.NET Security will not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS you can enable it via IIS configuration.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.