Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To avoid your Pipelines from breaking due to the deprecation of the Azure AD Graph API, we recommend that you migrate your existing Pipelines to the Microsoft Graph API.
For instance, if you have an Azure Active Directory OAuth2 Account that uses the old URL, then you must update the fields in your existing account settings as shown below:

Configuration in the old account using Azure AD Graph API

using Azure AD Graph API.jpgImage Added

Account Settings

Image Removed

Configuration in the migrated (new) account using Microsoft Graph API

using Microsoft Graph API.jpgImage Added

Account Settings

Image Removed

  • OAuth2 Endpoint: https://login.microsoftonline.com/3164ebb4-0b34-42ff-820b/oauth2/v2.0/authorize

  • OAuth2 Token: https://login.microsoftonline.com/3164ebb4-25c-820b-25c39783/oauth2/v2.0/token

  • Auth endpoint config

    • Authentication parameter:Scope

    • Authentication parameter value: https://graph.microsoft.com/.default offline_access