Posted on: 16-03-2020
Two approaches for hiding actions from auto-generated API documentation
Posted on: 05-08-2019
Failing to check for permissions in Azure AD access tokens leads to your API being vulnerable
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: 18-02-2018
Checking out the new ActionResult<T> class coming in ASP.NET Core 2.1.
Posted on: 06-01-2018
How to call another Azure AD protected API from an API as the user calling it.
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: 03-11-2017
Using IActionDescriptorCollectionProvider to find what controller actions and Razor Pages are available in an ASP.NET MVC Core application.
Posted on: 18-10-2016
Part 1 of a series, in this one we look at how a basic Web API is built on ASP.NET Core.