Commit Graph

7 Commits

Author SHA1 Message Date
Mike Rousos 8d0f84ea46 Add IAuthorizationPolicyProvider sample (#31)
* Add IAuthorizationPolicyProvider sample

* Update IAuthorizationPolicyProvider sample to show falling back to a default provider

* Make project, directory, and namespace names consistent for custom policy provider sample

* Make policy provider sample an MVC app and replace Values controller with a home controller (with views)

* Add cookie authentication and account controller/views

* Update readme and comments to reflect new authorization policy provider scenario

* Add some more information to the access denied page for debugging purposes

* Add some additional logging

* Minor updates based on PR feedback
2018-04-26 13:25:07 -07:00
Chris Ross (ASP.NET) c7bb660730 Create a StaticFilesAuth sample #28 2018-04-20 10:48:36 -07:00
Hao Kung ee6db5a7fd
Switch to use forwarding instead of virtual handler (#27) 2018-02-28 14:23:48 -08:00
Hao Kung a3df6a7bf9 Add dynamic scheme sample 2018-01-16 12:02:37 -08:00
Hao Kung 404105bd19 Add Identity.External claims sample 2018-01-02 13:10:59 -08:00
Hao Kung 0686383c90 Add PathSchemeSelection sample 2017-12-12 15:14:54 -08:00
Hao Kung 6e75c8eb76 Add cookies and claims transformation samples/tests 2017-11-10 14:01:44 -08:00