Set up the SumTotal spoke

  • Release version: Australia
  • Updated March 12, 2026
  • 2 minutes to read
  • Integrate your ServiceNow instance with the SumTotal application host so the SumTotal spoke can perform actions on the SumTotal server.

    Before you begin

    • Request an Integration Hub subscription.
    • Activate the SumTotal spoke.
    • Ensure that the SumTotal configuration template is selected in the SumTotal alias page.
    • Role required: admin.

    About this task

    This task enables you to set up a connection and credential record so that your ServiceNow instance can integrate with the SumTotal host. The connection and credential alias record is a form that contains the SumTotal spoke configuration template and the connection and credential details to connect to the SumTotal host.

    Set up SumTotal spoke connection and credential record

    Integrate your ServiceNow instance with the SumTotal host by setting up the connection and credential record.

    Before you begin

    • Role required: admin

    About this task

    The image provides the flow of creating a connection and credential record.

    Flow to set up SumTotal connection and credential record.

    Procedure

    1. Log in to the SumTotal host.
    2. Navigate to ADMINISTRATION > System > Configuration > Technical Configuration > OAuth Configuration > .
    3. On the OAUTH CLIENTS page, click +Add.Add button to add OAuth client in SumTotal.
    4. In the EDIT page, enter the details.SumTotal OAuth client setup page.
      Table 1. SumTotal OAuth client setup form
      Field Description
      Client Name Custom name of the OAuth client.
      Client Id Unique ID of the OAuth client. You need it when setting up the connection and credential record in the ServiceNow instance.
      Tip:
      To copy the ID, click COPY.
      Client Secret Client secret to set up the connection and credential record in the ServiceNow instance.
      Tip:
      To copy the ID, click COPY.
      Allowed Grant Types Select Client Credentials.
      Settings Select Enabled.
      Access Token Lifetime (minutes) The duration of the access token.
      Scopes Select allapis.
      Redirect URI URL of the location after the app is successfully authorized and granted an access token.
    5. Select Submit.

    Result

    The SumTotal OAuth client is created.

    Configure a SumTotal spoke connection

    Configure a connection to your SumTotal account. The SumTotal spoke connection and credential aliases use these connections to perform actions in the SumTotal application.

    Before you begin

    Role required: admin

    Procedure

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

        Connection for the SumTotal spoke

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

      If you're configuring the spoke for the first time, select Configure. Otherwise, select Edit.

      Initial connection configuration

    5. In the form, fill these details.
      Field Description
      Connection Name Name of the connection.
      Note:
      The name is read-only.
      Connection URL URL to connect to the SumTotal host.
      OAuth Entity Name Custom name of the OAuth entity.
      OAuth Client ID Client ID generated and copied from the SumTotal host.
      OAuth Client Secret Client secret generated and copied from the SumTotal host.
      OAuth Redirect URL OAuth callback endpoint in this format: https://<instance-name>.service-now.com/oauth_redirect.do.

      Configure a connection for the SumTotal spoke

    6. Select Save and Get OAuth Token.