Azure Devops
Last updated
Was this helpful?
Last updated
Was this helpful?
Azure DevOps is a cloud-based set of development tools by Microsoft that helps businesses plan, develop, test, and deliver software applications in a collaborative environment.
Oauth2
No
PAN_SEC_AZURE_DEVOPS_EXPIRES_AT
PAN_SEC_AZURE_DEVOPS_ACCESS_TOKEN
PAN_SEC_AZURE_DEVOPS_EXPIRES_IN
PAN_SEC_AZURE_DEVOPS_TOKEN_TYPE
PAN_SEC_AZURE_DEVOPS_REFRESH_TOKEN
PAN_SEC_AZURE_DEVOPS_SCOPE
PAN_SEC_AZURE_DEVOPS_REDIRECT_URI
No
In order to provision your connector, the following Azure information must be gathered:
Client ID
Client Secret
Scopes
To obtain your Client ID and Secret, perform the following steps:
Log Into your Azure Portal
In the left panel, select Microsoft Entra (formally Azure Active Directory).
Select App registrations.
From the App registrations panel, select the app you built for Pandium > Note down the Application (client) ID; this is your Azure Client ID
If you did not build an app, to add a new application, click New registration
In the Manage section for the application, click Certificates & secrets.
If you do not have a client secret, create one:
Under Client secrets, click New client secret.
Enter a name and an expiration date and click Add.
In the Description box, type a description for the client secret.
For the Expires option, select an expiration date.
Click the Add button.
The new client secret is added > Copy or make a note of the client secret value.
For more information, please refer to the following help .
For more information on how to utilize the Azure API, feel free to reference the following .