Restricting ASP.NET Core 2.1 Web App Access to Azure AD Groups

So, Short Version: Update the App Manifest to set the groupMembershipClaims property SecurityGroup Create a Policy. You can retrieve the Groups Object Id from the Azure Portal Azure Active Directory Blade under Groups. Setup the Policy just before .AddMvc() And now I can decorate the Controllers. I ran into a problem though: If I attempt to access the page with a non-valid …

Restricting ASP.NET Core 2.1 Web App Access to Azure AD Groups Read More »