Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
In-depth walkthrough on the device code authentication flow which can be used by browserless and input-limited devices.
Shows how to know if an HTTP request came from Application Insights availability tests.
How to call another Azure AD protected API from an API as the user calling it.
How to use Redis for storing session data in ASP.NET Core. Examples for using Azure Redis Cache with Azure Web Apps.
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.
How you can define delegated and app permissions offered by your API, as well as how to assign roles within an app to users.
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.
Shows you how to enable Azure AD authentication in app using ASP.NET Core 2.0.
Tutorial on how to use Azure AD B2C with ASP.NET Core. Provides solutions to some problems developers are going to face.