Claims Authorization Example
Startup.cs appsettings.json _Layout.cshtml AccessDenied.cshtml Login.cshtml Login.cshtml.cs Admin.cshtml Admin.cshtml.cs Others Repeat for AdminOrCityAdmin.cshtml, PhoenixAdmin.cshtml, UserAccount.cshtml, Zero.cshtml, with the appropriate Authorize attributes representing the policies. Notes Adding the key location and app name to the Startup file gives you the ability to put the keys in a file share and share them among multiple servers in a […]