Community

Setting global authorization policies using the DefaultPolicy and the FallbackPolicy in ASP.NET Core 3.x

(Andrew Lock) ASP.NET Core has an extensive authorization system that you can use to create complex authorization policies. In this post, I look at the various ways you can apply these policies to large sections of your application.