Articles in this section

Set up a connection to Microsoft Azure DevOps

Microsoft Azure DevOps is a cloud-based platform from Microsoft that provides a suite of development tools for managing the entire software development lifecycle.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Domain * 

Enter your Microsoft Azure DevOps domain. For example, if your account URL is https://dev.azure.com/shippingcorp, then dev.azure.com/shippingcorp is the domain. 

The domain varies depending on the API. For example, when using the Audit API, the domain will be auditservice.dev.azure.com/shippingcorp

For detailed information on domains, see REST API Reference

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Microsoft Azure DevOps.

How to retrieve the client ID and client secret 

To add an OAuth 2.0 client and configure your credentials, click the plus (+) button. Click the edit (  ) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

Tenant ID * 

Enter your Microsoft Azure DevOps Tenant ID.

How to retrieve the tenant ID 

Scopes * 

Scopes are OAuth 2.0 permissions that Microsoft Azure DevOps defines to limit access to your account.

How to configure scopes 

Tip

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see OAuth 2.0 universal connector documentation.

How to retrieve the tenant ID, client ID, and client secret

  1. Sign in to your Microsoft Azure account.

  2. Navigate to App registrations and click the required app. For information on how to create a new app, see Register an application.

  3. From Essentials, copy the Tenant ID (directory ID).

  4. From Essentials, copy the client ID (application ID).

  5. Navigate Certificates and secrets > Client secrets.

  6. Click + New client secret. The Add a client secret panel opens.

  7. Enter Description.

  8. Click Add.

  9. Copy the Client secret (value).

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or – 

    Check the scopes you want to add and click the > button.

  3. Click Save.

Save and authorise

  1. Click Save & authorize to commit your changes and proceed to sign in with Microsoft Azure DevOps.

  2. Read the app information and click Allow access.