Posted on: 23-11-2018
Single Sign-Out enables you to clear the user's session immediately when they sign out from another app
Posted on: 02-08-2018
In the second part we add custom delegated and application permissions to an ASP.NET Core API and also talk about multi-tenancy.
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: 20-03-2018
Shows a solution for sharing data annotation property name translations and error messages in a single RESX file.
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: 18-02-2018
Checking out the new ActionResult<T> class coming in ASP.NET Core 2.1.
Posted on: 02-02-2018
How to make authentication handlers in ASP.NET Core 2.0, and walks through a naive implementation for HTTP Basic authentication.
Posted on: 06-01-2018
How to call another Azure AD protected API from an API as the user calling it.
Posted on: 11-12-2017
How to use Redis for storing session data in ASP.NET Core. Examples for using Azure Redis Cache with Azure Web Apps.
Posted on: 05-12-2017
How to add custom claims such as roles to a user after they sign in. OpenID Connect and JWT Bearer token authentication used as examples.