Set up the Cornerstone spoke

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • Integrate your Cornerstone application with your ServiceNow instance. Register an OAuth application in Cornerstone and authenticate requests from ServiceNow.

    始める前に

    • Request an Integration Hub subscription.
    • Activate the Cornerstone spoke.
    • Role required: admin.

    Register an application in the Cornerstone instance

    Register an application in the Cornerstone instance and record the generated Client ID and Client Secret for later use.

    始める前に

    Role required: admin

    手順

    1. Log in to the Cornerstone instance as an admin.
    2. Navigate to Admin > Tools.
      Navigate to Admin > Tools .
    3. Click EDGE.
    4. Click API Management under Develop.
      Access API Management.
      The API Management window is displayed in a new browser tab.
    5. Click the Manage OAuth 2.0 Applications.
    6. Click + Register New Application.
    7. On the form, fill the values.
      Field Description
      Application Name Name to identify the application.
      User ID User ID for an active user account in your Cornerstone portal.
    8. Select the scopes as per your requirement.
      Select the required scopes.
    9. Click Register Application.
      The values of Client ID and Client Secret are generated. Copy and record these values for later use.

    Configure connection for the Cornerstone spoke

    Add and configure a Cornerstone connection to authenticate ServiceNow requests in Cornerstone spoke.

    始める前に

    Role required: admin.

    手順

    1. Navigate to Process Automation > Flow Designer.
    2. Click the Connections tab.
    3. Locate the Cornerstone connection alias in the outbound connections.
    4. Click View Details.
      注:
      Don't click Add Connection.
    5. Click Edit or if you are configuring the spoke for the first time, click Configure.
    6. On the form, fill in the fields.
      表 : 1. Configuration form
      Field Description
      Connection Name Name to identify the connection record.
      Connection URL URL of the Cornerstone instance.
      Base URL URL of the Cornerstone instance.
      OAuth Entity Name Name to identify the application registry record.
      OAuth Client ID Client ID created during the application configuration in Cornerstone.
      OAuth Client Secret Client Secret created during the application configuration in Cornerstone.
      Token URL OAuth server token endpoint. For example, https://<Cornerstone-Instance>.com/services/api/oauth2/token.
    7. Click Configure and Get OAuth Token.

    タスクの結果

    The spoke connection is configured and ready to be used.