Relative Content

Tag Archive for asp.net-coreblazorblazor-webassembly

ASP.NET Core / Blazor: How to implement Permissions based (non-Policy) Authorization

Using Blazor WASM, I want to implement a dynamic permissions based authorization system that isn’t definable at build time. The current “Policy based” authorization built-in system requires that policies are defined at build time and this doesn’t work for me as all of my permissions are assigned via my own permissions system that is database based.