Posted on: 31-07-2018
We go through new features in Azure AD MSI, e.g. identities which can be shared across services.
Posted on: 12-06-2018
This first part looks at the basic setup for Azure AD authentication in an ASP.NET Core API as well as creating a test client app
Posted on: 24-05-2018
Getting rid of access keys and instead using Azure AD with Managed Service Identity to access Azure Storage
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: 07-04-2018
Showcases how one could call JavaScript functions returning Promises with await from front-end C# code.
Posted on: 20-03-2018
Shows a solution for sharing data annotation property name translations and error messages in a single RESX file.
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.