Set up the Microsoft Entra Entitlement Management spoke

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:7分
  • Integrate your ServiceNow instance and the Microsoft Entra account by creating a custom OAuth application in Microsoft Entra Entitlement Management to authenticate ServiceNow requests.

    始める前に

    • Request an Integration Hub subscription.
    • Activate the Microsoft Entra Entitlement Management spoke.
    • Role required: admin.

    Create a custom application in Azure portal

    Create a custom app using your Azure portal to enable OAuth 2.0 authentication with the Microsoft Entra Entitlement Management spoke.

    始める前に

    • Request Integration Hub subscription.
    • Activate the Microsoft Entra Entitlement Management spoke.
    • Microsoft Entra Entitlement Management spoke requirements:
      • Microsoft Entra Entitlement Management account
      • Microsoft Entra Entitlement Management administrator credentials
    • Role required: admin

    このタスクについて

    Complete these steps from your Azure portal. See the Microsoft identity platform documentation documentation for instructions on creating and configuring custom applications.

    手順

    1. From your Azure portal, navigate to App registrations and click New registration.
    2. On the form, fill the values.
    3. In Redirect URI, enter your ServiceNow instance URL in this format: https://<Instance-Name>.service-now.com/oauth_redirect.do.
      See Create a Microsoft Entra application and service principal that can access resources for instructions on registering and configuring an application.
      Create an application.
    4. Click Register.
      The application is created and the required details are displayed.
    5. Copy and record the value of Directory ID.
      This value is required to register the app as a third-party OAuth provider on your ServiceNow instance.
      Copy Directory ID.
    6. Click Certificates & secrets.
    7. Click New client secret.
      Secret is generated and displayed.
    8. Copy and record the value.
      This value is required to register the app as a third-party OAuth provider on your ServiceNow instance.
      Copy value of client secret.
    9. Click API permissions.
    10. Click Add a permission to add the required permissions to access the APIs.

      For information about permissions needed to perform the required actions, see the Spoke actions section here: Spoke actions.

      Add API permissions.
    11. Grant admin consent to your application.

    Configure a connection for the Microsoft Entra Entitlement Management spoke

    Configure a connection to your Microsoft Entra Entitlement Management account. The Microsoft Entra Entitlement Management spoke connection and credential aliases use these connections to perform actions in the Microsoft Entra Entitlement Management.

    始める前に

    Role required: admin.

    手順

    1. Navigate to All > Process Automation > Workflow Studio.
    2. Click the Integrations tab.
    3. Under Connections, toggle and enable the Outbound connections.
    4. Locate the alias for EntraEntitlementManagement and click View Details.
      • To configure the default connection and credential alias record that is shipped along with the Entra Entitlement Management spoke, click View Details.

      • To manage more than one Entra Entitlement Management spoke connection records, you should create a new child alias record by clicking Add Connection. For more information about using multiple connections, see Supporting multiple connections.

      If you are configuring the spoke for the first time, click Configure. Otherwise, click Edit.

    5. On the form, fill in these fields:
      Field Value required
      Connection Information
      Name Auto-generated name to identify the connection record.
      Credential Information
      Auth URL Authorization URL in this format: https://login.microsoftonline.com/<Directory ID>/oauth2/v2.0/authorize. Replace <Directory ID> with the directory ID in your Entra Entitlement Management configuration.
      Token URL Token URL in this format: https://login.microsoftonline.com/<Directory ID>/oauth2/v2.0/token. Replace <Directory ID> with the directory ID in your Microsoft Entra Entitlement Management configuration properties.
      Revoke token URL Revoke token URL in this format: https://login.microsoftonline.com/<Directory ID>/oauth2/v2.0/revoke. Replace <Directory ID> with the directory ID in your Entra Entitlement Management configuration properties.
      OAuth Client ID Client ID you created during the Entra Entitlement Management application registration.
      OAuth Client Secret Key value you created during the Entra Entitlement Management application registration.
      OAuth Redirect URL Redirect URL of your ServiceNow instance in this format: https://<instance-name>.service-now.com/oauth_redirect.do.

    6. Click Configure and Get OAuth Token.

    タスクの結果

    The Microsoft Entra Entitlement Management spoke is set up and integrated with the ServiceNow instance.