Posted on: 24-04-2018
Walkthrough on configuring API access for Azure App Service using Azure AD MSI.
Posted on: 18-04-2018
Opt-in features can be a bit hard to implement with Azure AD. Here we look at an example of doing that for an optional calendar integration.
Posted on: 10-04-2018
Introduction to the new Azure AD v2 endpoint and its capabilities
Posted on: 17-03-2018
Explores some special scenarios where you have a multi-tenant app that is composed of multiple parts. First the "API Chain" scenario, and second a scenario where two apps require access to each other.
Posted on: 06-03-2018
Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
Posted on: 27-02-2018
In-depth walkthrough on the device code authentication flow which can be used by browserless and input-limited devices.
Posted on: 06-01-2018
How to call another Azure AD protected API from an API as the user calling it.
Posted on: 09-12-2017
How to grant administrator consent for permissions in Azure AD, and some technical details on what exactly it is that Azure AD expected to find before showing this error.
Posted on: 03-12-2017
How you can define delegated and app permissions offered by your API, as well as how to assign roles within an app to users.
Posted on: 13-10-2017
Walkthrough on how to use the new Managed Service Identity service in Azure to easily authenticate against services with no credentials stored within the app.