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: 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: 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: 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.
Posted on: 29-11-2017
How authentication can be required globally, as well as how to apply a different authorization policy on different parts of the app automatically.
Posted on: 01-02-2017
Control from where resources are allowed to load on your ASP.NET Core site
Posted on: 24-01-2017
How can you protect your app from possible Certificate Authority compromise?
Posted on: 22-01-2017
Shows how you can make sure your site is (almost) always accessed over a secure connection
Posted on: 21-01-2017
How to make sure all requests hitting an ASP.NET Core app are done over a secure channel.