Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Security Integration is a Snowflake object that provides an interface between Snowflake and SnapLogic that supports OAuth2. To configure your Snowflake OAuth2 account, you must first create a Security Integration in Snowflake.

...

Prerequisites

  • You must be the ACCOUNTADMIN or you must have a role with the CREATE INTEGRATION privilege to create and manage integrations for OAuth.

Generate a Client ID and a Client Secret

  1. Log in to Snowflake.

  2. Enter the following command in the Snowflake Console:

...

5. Click Run (blue star).
The OAuth Client Secret is generated for the given integration.

...

Get the OAuth Authorization Endpoint and the OAuth Token Endpoint

  1. Enter the DESCRIBE integration test_oauth_SL <integration name> command in your Snowflake Console.

  2. Click Run (blue star). The OAuth authorization and token endpoints are generated.

...

Locate and Define the Information Required to Create Your Snowflake OAuth2 Account

Specify the values required to create a successful Snap OAuth2 account connection.

...