aspnetcore/src/Security
Chris Ross 5458a102e6
Danielmartin/update to jwt bearer events (#12133)
* Updated Jwt Bearer Events to inlcude event for if the request is unauthorized

* added forbidden as exception

* updated reference assemblies

* Updated code based on feedback from PR.

* added empty line between methods

* removed exception from ForbiddenContext based on response from pr.

* added unit tests

* re-generated the reference sources after removal of the exception from the forbidden context

* removed failing test that was used for validation on the tests

* Fixed tests.  This was fixed before but i think during a merge i removed the updated code for the test.  This is just adding it back

* updated tests based on feedback in PR.

* Removed extra line from csproj file

* Revert ref csproj change
2019-07-12 14:35:13 -07:00
..
Authentication Danielmartin/update to jwt bearer events (#12133) 2019-07-12 14:35:13 -07:00
Authorization Remove or make public pubternals for Http #11312 (#11429) 2019-06-21 17:56:53 -07:00
CookiePolicy Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples ToList over casting tokens in External Auth sample (#10159) 2019-07-12 11:28:55 -07:00
test/AuthSamples.FunctionalTests [Helix] run on arm queues (#11422) 2019-06-30 01:04:53 -07:00
AuthSamples.sln
README.md
Security.sln Consolidate Windows Auth config #10530 (#11421) 2019-06-22 10:39:10 -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.