Learn how to configure an Azure DevOps Connection for Infisical.
Azure OAuth on a Self-Hosted Instance
Create an application in Azure
https://your-domain.com/organization/app-connections/azure/oauth/callback
.SITE_URL
configured in your Infisical instance.Assign API permissions to the application
user_impersonation
vso.project_write
vso.variablegroups_manage
vso.variablegroups_write
Add your application credentials to Infisical
INF_APP_CONNECTION_AZURE_DEVOPS_CLIENT_ID
: The Application (Client) ID of your Azure application.INF_APP_CONNECTION_AZURE_DEVOPS_CLIENT_SECRET
: The Client Secret of your Azure application.Azure DevOps personal access token (PAT)
Navigate to Azure DevOps
Create a new token
Copy the new access token
Navigate to App Connections
Add Connection
Create Connection
Fill in Connection Details
Grant Access
Connection Created