Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Set up the Snowflake spoke

Integrate the ServiceNow instance and Snowflake spoke by using the OAuth credentials to authenticate ServiceNow requests.

Before you begin

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

Configure a connection for Snowflake spoke

Add and configure a Snowflake connection to authenticate ServiceNow requests.

Before you begin

  • Get the OAuth client ID and client secret for your Snowflake account. For more information, see Snowflake OAuth.
  • Role required: admin

Procedure

  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 Snowflake and click View Details.

    • To configure the default connection and credential alias record that is shipped along with the Snowflake spoke, click View Details.
Image omitted: snowflake-conn-template.png
Snowflake connection template
-   To manage more than one Snowflake 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](support-multiple-connections.md).
If you are configuring the spoke for the first time, click **Configure**. Otherwise, click **Edit**.
Image omitted: snowflake-conn-config.png
Configure Snowflake connection template
  1. On the Configure Connection form, fill in the fields:

    FieldDescription
    Connection NameName to uniquely identify the connection.
    Connection URLURL to connect to Snowflake. Enter the URL in this format: https://<your_domain>.snowflakecomputing.com.
    Application Registry NameName of the application registry.
    Credentials NameName to uniquely identify the credentials. For example, Snowflake credential.
    OAuth Client IDOAuth client ID of your Snowflake account.
    OAuth Client SecretOAuth client secret of your Snowflake account.
    Authorization URLSnowflake authorization URL. Enter the URL in this format: https://<your_domain>.snowflakecomputing.com/oauth/authorize
    Token URLURL from which the ServiceNow instance obtains the access token. Enter the URL in this format: https://<your_domain>.snowflakecomputing.com/oauth/token-request
    Oauth Entity Profile NameOAuth Entity Profile Name for your Snowflake account.
    OAuth Redirect URLOAuth callback endpoint in this format: https://<instance>.service-now.com/oauth_redirect.do is auto-populated.
  2. Click Configure Configure and Get OAuth Token.

Result

The spoke connection is configured and ready to be used.