Versions Compared

Key

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

...

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#F4F5F7

Breaking Change:

  • If you have any existing Pipelines that use the accounts authenticated with the old URL (OAuth2), then you must update them using the new URLs (v2.0) and reauthorize the account.

    • OAuth2 Endpoint: https://login.microsoftonline.com/2060aafa-89d9-423d-9514-eac46338ec05/oauth2/v2.0/authorize

    • OAuth2 Token: https://login.microsoftonline.com/2060aafa-89d9-423d-9514-eac46338ec05/oauth2/v2.0/token

  • The Azure AD Graph API still supports the endpoints without v2.0, but SnapLogic currently supports only the Microsoft Graph APIs. If you continue using the old URL (OAuth2) for authenticating your existing accounts, the accounts may be authorized, but the Snap fails and displays an unauthorized_access (401 error). Hence, we recommend that you update the URLs with v2.0 for calling APIs and modify the existing accounts to use the APIs.

  • If you have not configured Scope in the Auth endpoint config field set in your existing accounts, then you must set the Scope as https://graph.microsoft.com/.default offline_access in the field set, otherwise the Snap fails.

Learn how to identify the old OAuth2 URLs.

...

Configuration in the old account using Azure AD Graph API

Account Settings

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

Account Settings

  • 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