Skip to main content
Infisical’s Azure Entra ID Connection lets you authenticate with Microsoft Entra ID (formerly Azure Active Directory) using Client Secrets. Prerequisites:
  • Set up an Azure account with an existing Azure Entra ID tenant.
  • Register an App Registration in Azure with the necessary Microsoft Graph API permissions for your use case.
The permissions required for your Azure Entra ID Connection depend on what you intend to use it for.For SCIM Token Secret Sync:Your App Registration must have the following Microsoft Graph API Application permissions:
  • Application.ReadWrite.All — Required to read and update synchronization secrets (SCIM tokens) on enterprise application service principals.
  • Synchronization.ReadWrite.All — Required to list synchronization jobs on service principals and to write SCIM provisioning tokens. Azure Entra ID SCIM Token Sync Permissions
After adding the permission, an admin must Grant admin consent for the permission to take effect.

Setup Azure Entra ID Connection in Infisical

1

Navigate to App Connections

Navigate to the Organization Settings page, then select App Connections. Click on the Add Connection button.App Connections Tab
2

Add Connection

Select the Azure Entra ID option from the connection options modal.Add Azure Entra ID Connection
3

Create Connection

Fill in the following fields with the credentials from your Azure App Registration:
  • Tenant ID: The Directory (Tenant) ID of your Azure Entra ID tenant.
  • Client ID: The Application (Client) ID of your registered application.
  • Client Secret: A client secret generated for your registered application.
Click Connect to create the connection.Fill in Azure Entra ID Connection Details
4

Connection Created

Your Azure Entra ID Connection is now available for use with features such as the Azure Entra ID SCIM Secret Sync.