News

Policy-based authorization is a new feature introduced in ASP.Net Core that allows you to implement a loosely coupled security model.
In earlier posts, I've discussed how to authorize a user declaratively both in ASP.NET Core and Blazor using the Authorize attribute, among other tools (and I've also referenced Eric Vogel's posts on ...