Commit Graph

16 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) 7dfd5dab00 Reference razor sdk to avoid runtime compilation 2018-04-24 08:59:51 -07:00
Chris Ross (ASP.NET) c7bb660730 Create a StaticFilesAuth sample #28 2018-04-20 10:48:36 -07:00
Hao Kung 4ff09370a9
Delete Startup.cs (#35)
Leftover from rename
2018-04-11 14:38:28 -07:00
Javier Calvarro Nelson 90eca80e0b React to changes in MVC Testing 2018-03-19 15:36:15 -07:00
Brice Lambson a3772fed65 Remove Microsoft.EntityFrameworkCore.Tools.DotNet 2018-03-19 12:59:16 -07:00
Nate McMaster 415abeecc3
Merge branch 'release/2.1' into dev 2018-03-02 14:00:53 -08:00
Hao Kung ee6db5a7fd
Switch to use forwarding instead of virtual handler (#27) 2018-02-28 14:23:48 -08:00
Ryan Brandenburg 857c0632a0 Use variable for CLI tool reference 2018-01-24 15:02:26 -08:00
Hao Kung c0eabc39e3 Fix xform sample 2018-01-19 16:56:12 -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
Scott Addie e539a4421a Replace hardcoded string with constant 2017-11-22 16:20:03 -06:00
Pranav K 9b191ab7bf Update samples and tests to netcoreapp2.1 2017-11-21 15:48:08 -08:00
Hao Kung 6e75c8eb76 Add cookies and claims transformation samples/tests 2017-11-10 14:01:44 -08:00