Set up the Azure Traffic Manager spoke

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 2 Minuten Lesedauer
  • Integrate the ServiceNow instance and Azure Traffic Manager by creating a custom OAuth application in Azure Traffic Manager to authenticate ServiceNow requests.

    Vorbereitungen

    • Request an Integration Hub subscription.
    • Activate the Azure Traffic Manager spoke.
    • Role required: admin.

    Register Azure Traffic Manager as an OAuth provider

    Register Azure Traffic Manager as the OAuth provider so that the ServiceNow instance can request OAuth 2.0 tokens.

    Vorbereitungen

    Role required: admin

    Prozedur

    1. Navigate to All > System OAuth > Application Registry.
    2. Open Azure Resource Management record.
    3. On the form, fill these values.
      Tabelle : 1. Application Registries form
      Field Description
      Client ID Client ID created during the Azure Traffic Manager application configuration.
      Client Secret Key Value created during the Azure Traffic Manager application configuration.
      Authorization URL OAuth authorization code endpoint. Enter: https://login.microsoftonline.com/<directory- id>/oauth2/v2.0/authorize​ and replace <directory- id> with the Directory ID of your Azure Traffic Manager account.
      Token URL OAuth server token endpoint. Enter: https://login.microsoftonline.com/<directory- id>/oauth2/v2.0/token​ and replace <directory- id> with the Directory ID of your Azure Traffic Manager account.
      Redirect URL OAuth callback endpoint in this format: https://<instance>.service-now.com/oauth_redirect.do and replace <instance> with the name of your ServiceNow instance.
    4. Right-click the form header, and click Save.

    Create a credential record for the Azure Traffic Manager spoke

    Create a credential record for the Azure Traffic Manager account. The Azure Traffic Manager connection and credential alias uses these credentials to authorize actions.

    Vorbereitungen

    Role required: admin.

    Prozedur

    1. Navigate to All > IntegrationHub > Connections & Credentials > Connection & Credential Aliases.
    2. Open the Azure_Traffic_Manager record.
    3. In the Credentials tab, click New.

      The system displays this message: What type of Credentials would you like to create?

    4. Select OAuth 2.0 Credentials.
    5. On the form, fill in these fields.
      Tabelle : 2. OAuth 2.0 Credentials fields
      Field Description
      Name Unique name of the credentials record. For example, enter Azure Traffic Manager.
      Active Option to make the credential active.
      OAuth Entity Profile The OAuth profile you created when you registered the custom Azure Traffic Manager application as an OAuth provider. Enter Azure Resource Management default_profile
      Applies to Option to assign the credential to all MID servers, or only specified MID servers.
      Order The order to apply this credential. For example, enter 100.
      Credential alias The credential alias of the dependant Azure Resource Management spoke. Click the lock icon and enter sn_azure_rm_spoke.Azure_Resource_Mangement
    6. Right-click the form header and click Save.
    7. To generate the OAuth token, click the Get OAuth Token related link.