Our blog
Offering
our
perspective
Filter by :
Declare & Access to extensions properties using Azure Graph API
API Management
19/03/2025

Declare and access extension properties using Azure Graph API

In this article, we will see how to link an extension property to an identity (App Registration Client) in Entra ID. This mechanism can support multiple scenarios. In fact, I provide an example in …
federated identity azure entra-id
Azure
10/03/2025

Using Federated Identities in Azure

  I’m often surprised by how many developers and companies still rely on Client ID and Client Secret configurations when integrating with Azure Entra ID from outside Azure. While it’s true …
Provisioning App Registrations in Entra ID with Azure CLI
Azure
22/01/2025

Provisioning App Registrations in Entra ID with Azure CLI

  To secure an application or an API, it is often necessary to define roles that client applications must have permissions for. In Entra ID, this involves: A Server App Registration …
certificate authentication ssl entra id access token jwt
Azure
30/01/2024

Entra ID: Obtaining a JWT Access Token Using an SSL Certificate

On this post, I share a way to get a JWT token on Entra using a client SSL certificate instead of a secret stored at the Entra level. Entra (formerly Azure AD), offers a full range of features for …
OAuth Authorization Code with Azure AD
Azure
21/09/2023

OAuth Authorization Code with Azure AD

In a previous article, I shared the configuration of the OAuth Client Credentials flow with Azure AD. The configuration of the OAuth Authorization Code flow with Azure AD is similar to that one. It’s …
Azure
19/08/2023

OAuth Client Credentials with Azure Active Directory

This article discusses Azure Active Directory, Microsoft’s identity platform which supports various authentication flows. Setting up the OAuth Client Credentials authentication flow can be done …
Synchronous API
Azure
20/05/2023

Application identities in Azure Active Directory

Microsoft offers a robust identity platform in the form of Azure Active Directory. Azure Active Directory (aka Azure AD) manages identities for your Azure tenant. Along with user identities, Azure AD …