aspnetcore/samples
Kévin Chalet 7e14b052ea Add AccessDeniedPath support to the OIDC/OAuth2/Twitter providers (#1887)
* Add AccessDeniedPath support to the OIDC/OAuth2/Twitter providers

* Update the code documentation and remove an unnecessary call to SignOutAsync()

* Introduce a new AccessDenied event and move most of the access denied handling logic to RemoteAuthenticationHandler

* Add ReturnUrlParameter support to RemoteAuthenticationHandler

* Remove AccessDeniedException and introduce RemoteAuthenticationHandler.HandleAccessDeniedErrorAsync()

* Use OriginalPath instead of Request.Path

* Update obsolete code comments

* Add unit tests for the new AccessDenied event

* Allow customizing the access denied path/return URL/return URL parameter from the AccessDenied event
2018-11-15 15:12:42 -08:00
..
CookiePolicySample Cookie Policy sample essential cookie (#1762) 2018-05-18 17:56:14 -07:00
CookieSample Upgrade to netcoreapp22 2018-05-08 11:11:18 -07:00
CookieSessionSample Upgrade to netcoreapp22 2018-05-08 11:11:18 -07:00
JwtBearerSample Added missing Div tag in JwtBearer sample. (#1888) 2018-10-22 21:50:52 -07:00
OpenIdConnect.AzureAdSample Upgrade to netcoreapp22 2018-05-08 11:11:18 -07:00
OpenIdConnectSample Add AccessDeniedPath support to the OIDC/OAuth2/Twitter providers (#1887) 2018-11-15 15:12:42 -08:00
SocialSample Update Facebook to v3.1 endpoints #92 2018-09-25 13:56:58 -07:00
WsFedSample Upgrade to netcoreapp22 2018-05-08 11:11:18 -07:00