Client Secret Authentication
Client Secret Authentication
To use client secret authentication, ensure your Azure Service Principal has the required permissions to manage DNS records in your Azure DNS Zone.Prerequisites:
If you want to configure automatic client secret rotation for this App Connection, you also need to grant either
Application.ReadWrite.OwnedBy or Application.ReadWrite.All permissions.- Set up Azure and have an existing DNS Zone.
- An Azure Service Principal (App Registration) with a Client Secret.
1
Navigate to your DNS Zone
In the Azure Portal, navigate to your DNS Zone that you want to use for ACME DNS validation. Click on Access control (IAM) in the left sidebar, then click Add > Add role assignment.

2
Assign DNS Zone Contributor Role
Search for and select the DNS Zone Contributor role, then click Next.

3
Select your Service Principal
Click Select members, search for your App Registration (Service Principal), select it, and click Select.
Click Review + assign to complete the role assignment.
Click Review + assign to complete the role assignment.Setup Azure DNS Connection in Infisical
1
Navigate to App Connections
Navigate to the App Connections page in the desired project.

2
Add Connection
Select the Azure DNS Connection option from the connection options modal.

3
Create Connection
Fill in the Tenant ID, Client ID, Client Secret, and Subscription ID fields with the credentials from your Azure Service Principal.

4
Connection Created
Your Azure DNS Connection is now available for use in your Infisical projects.

Automatic Credential Rotation
Infisical can automatically rotate the Client Secret of your Azure application on a recurring schedule. When enabled, Infisical will immediately generate a new Client Secret on connection creation and revoke the original one, ensuring that no external party retains access using the credentials you provided.1
Locate the Key ID of your Client Secret
Before enabling rotation, you’ll need the Key ID of the Client Secret you are using to authenticate. Navigate to your App Registration in the Azure Portal, then go to Certificates & secrets. Copy the Secret ID (Key ID) of the secret you are providing to Infisical.

2
Enable Automatic Credential Rotation
When creating or editing your connection, toggle on the Automatic Credential Rotation switch.

3
Provide the Client Secret Key ID
Enter the Key ID you copied in the previous step into the Client Secret Key ID field. Infisical uses this to revoke your original secret after generating a new one.

4
Configure the Rotation Schedule
Set the Rotation Interval (in days) to define how often the credential should be rotated, and set Rotate At to the local time of day at which the rotation should occur.
- Rotation Interval - How many days between each rotation.
-
Rotate At - The local time of day at which the rotation will be triggered.