ASP.NET Core

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 »

Azure Fast 7 – the fastest & easiest way to get your Web apps onto Azure

The world of web application development is going through rapid evolution and it’s impossible to keep current with developments in all areas. Wouldn’t it be nice if your could shadow someone as they make the journey and show you the steps they took? Meet Hugh, a fictitious .Net Developer as he goes on a journeys …

Azure Fast 7 – the fastest & easiest way to get your Web apps onto Azure Read More »