A customer recently asked me how to set up authorization so they could authorize a service principal calling their API using AzureAD groups. Here is
Category: Authentication/Authorization
How to retrieve the trigger URL for an Azure Logic App programmatically via a service principal
A customer asked me how to get the trigger URL (including SAS token) that is displayed in the Azure portal programmatically via a service principal.
How to expose a legacy API (with a legacy authentication system) using Azure API Management policies
My GitHub repo shows you how to call a custom “token” API endpoint programmatically as part of an Azure API Management policy for a different operation. In
This repo shows you how to build an ASP.NET Core & Java Spring application and access Azure Data Lake Store (ADLS). The code shows you
My GitHub repo shows how to retrieve secrets stored in an Azure Key Vault using a .NET Framework & .NET Core application. It demonstrates both
How to use Azure API Management Policies to log the calling client Azure AD application
My GitHub repo shows you how to build a simple web app that has a user interactively sign-in and then call an API protected via
In my GitHub repo, I want to programmatically change the API Management subscription key. APIM doesn’t have a built-in way to rotate keys on a
My GitHub repo shows how to how to implement a “backend-for-frontend” pattern for protecting an API subscription key when using a Single Page App (React).
My GitHub repo is a demo implementation of the hybrid cloud to on-premises setup for Azure AD App Proxy. Architecture Deployment instructions In general, follow the instructions
My GitHub repo includes a sample application & B2C tenant with custom policy to show how to store a custom claim on the user’s profile