Connect to your users’ Azure DevOps accounts.
You can find your Azure DevOps application credentials by visiting your Microsoft Azure Portal.
You’ll need the following information to set up your Azure DevOps App with Paragon Connect:
Paragon provides a redirect URL to send information to your app. To add the redirect URL to your Azure DevOps app:
Log in to the Microsoft Azure Portal using your Microsoft account.
Navigate to All Services > App Registrations and select your application.
Select Authentication from the sidebar.
Under Platform configurations, press the “Add a platform” button.
Select the Web platform.
Paste the Redirect URL from Step 1 under Redirect URIs.
Press the Save button at the top of the page.
Since Azure DevOps does not automatically provide you with a Client Secret for your application, we’ll need to make one. To get your Client Secret:
Navigate to Manage > Certificates & secrets in the sidebar.
Under Client Secrets, press the + New client secret button.
Name your client credentials and select an expiry that works best for your application. Press Add to create your credentials.
Copy the displayed Client Secret under the Value column.
Note: You will need to periodically create new and update your Client Secret as they expire for all Microsoft integrations.
Under Integrations > Connected Integrations > Azure DevOps > Settings, fill out your credentials from the end of Step 1 in their respective sections:
Microsoft Entra ID App
.
Learn more at selecting your OAuth2 provider.Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Azure DevOps account, you can use the Paragon SDK to access the Azure DevOps API on behalf of connected users.
See the Azure DevOps REST API documentation for their full API reference.
Any Azure DevOps API endpoints can be accessed with the Paragon SDK as shown in this examples
Once your Azure DevOps account is connected, you can add steps to perform the following actions:
When creating or updating work items in Azure DevOps, you can reference data from previous steps by typing {{
to invoke the variable menu.
When setting up the Azure DevOps integration for the first time, select Azure Entra ID App
as the application type. You will obtain the required Client ID and Client Secret directly from the Azure Portal.
The Azure DevOps OAuth App
option is only available to users who created the application prior to the announcement.
Microsoft has announced that as of April 23, 2025, the Azure DevOps OAuth app platform is no longer accepting new app registrations. And the Azure DevOps Oauth Platform will be retired later in 2026.
Microsoft Entra ID App
as the Application Type.Warning: Migrating from one OAuth provider to another is a disruptive process to your connected users requiring them to reconnect.
Connect to your users’ Azure DevOps accounts.
You can find your Azure DevOps application credentials by visiting your Microsoft Azure Portal.
You’ll need the following information to set up your Azure DevOps App with Paragon Connect:
Paragon provides a redirect URL to send information to your app. To add the redirect URL to your Azure DevOps app:
Log in to the Microsoft Azure Portal using your Microsoft account.
Navigate to All Services > App Registrations and select your application.
Select Authentication from the sidebar.
Under Platform configurations, press the “Add a platform” button.
Select the Web platform.
Paste the Redirect URL from Step 1 under Redirect URIs.
Press the Save button at the top of the page.
Since Azure DevOps does not automatically provide you with a Client Secret for your application, we’ll need to make one. To get your Client Secret:
Navigate to Manage > Certificates & secrets in the sidebar.
Under Client Secrets, press the + New client secret button.
Name your client credentials and select an expiry that works best for your application. Press Add to create your credentials.
Copy the displayed Client Secret under the Value column.
Note: You will need to periodically create new and update your Client Secret as they expire for all Microsoft integrations.
Under Integrations > Connected Integrations > Azure DevOps > Settings, fill out your credentials from the end of Step 1 in their respective sections:
Microsoft Entra ID App
.
Learn more at selecting your OAuth2 provider.Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Azure DevOps account, you can use the Paragon SDK to access the Azure DevOps API on behalf of connected users.
See the Azure DevOps REST API documentation for their full API reference.
Any Azure DevOps API endpoints can be accessed with the Paragon SDK as shown in this examples
Once your Azure DevOps account is connected, you can add steps to perform the following actions:
When creating or updating work items in Azure DevOps, you can reference data from previous steps by typing {{
to invoke the variable menu.
When setting up the Azure DevOps integration for the first time, select Azure Entra ID App
as the application type. You will obtain the required Client ID and Client Secret directly from the Azure Portal.
The Azure DevOps OAuth App
option is only available to users who created the application prior to the announcement.
Microsoft has announced that as of April 23, 2025, the Azure DevOps OAuth app platform is no longer accepting new app registrations. And the Azure DevOps Oauth Platform will be retired later in 2026.
Microsoft Entra ID App
as the Application Type.Warning: Migrating from one OAuth provider to another is a disruptive process to your connected users requiring them to reconnect.