.NET Core
ASP.NET Core 2.2 Authorizations using Policy with Requirement based on AD groups
Background On ASP.NET Core applications, authorizations are configure on Startup at ConfigureServices method. So in a simple case of authorization, we can use something like this: But, if you have the case you need more than one claim to access the same resource, controller for instance, you´ll need to add Read more…