Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Connectors and connections
  2. Connection configuration
  3. Connection properties
  4. Swagger file generation for REST V2 connections

Connections

Connections

OAuth 2.0 client credentials authentication

OAuth 2.0 client credentials authentication

The following table describes the Snowflake Data Cloud connection properties for an OAuth 2.0 - ClientCredentials type connection:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
The Snowflake Data Cloud connection type.
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Select a Secure Agent, Hosted Agent, or serverless runtime environment.
Authentication
The authentication method that Snowflake Data Cloud Connector must use to log in to Snowflake.
Select
ClientCredentials
.
Account
The name of the Snowflake account.
For example, if the Snowflake URL is https://<123abc>.us-east-2.aws.snowflakecomputing.com/console/login#/, your account name is the first segment in the URL before snowflakecomputing.com. Here, 123abc.us-east-2.aws is your account name.
If you use the Snowsight URL, for example, https://app.snowflake.com/us-east-2.aws/<123abc>/dashboard, your account name is 123abc.us-east-2.aws
Ensure that the account name doesn't contain underscores. To use an alias name, contact Snowflake Customer Support.
Warehouse
The Snowflake warehouse name.
Additional JDBC URL Parameters
The additional JDBC connection parameters.
Enter one or more JDBC connection parameters in the following format:
<param1>=<value>&<param2>=<value>&<param3>=<value>....
For example, pass the database and schema values when you connect to Snowflake:
db=mydb&schema=public
Ensure that there is no space before and after the equal sign (=) when you add the parameters.
Access Token URL
The Snowflake access token endpoint that is used to exchange the authorization code for an access token.
Specify the access token URL that you get from the OAuth endpoint.
Client ID
Client ID of your application generated when you configure an application that is compatible with OAuth.
For more information, see the Snowflake documentation.
Client Secret
Client secret generated for the client ID.
Scope
Determines the access control if the API endpoint has defined custom scopes.
Enter space-separated scope attributes.
For example, specify
session:role:CQA_GCP
as the scope to override the value of the default user role. The value must be one of the roles assigned in Security Integration.
Access Token Parameters
Additional parameters to use with the access token URL.
Define the parameters in the JSON format.
For example, define the following parameters:
[{"Name":"code_verifier","Value":"5PMddu6Zcg6Tc4sbg"}]
Access Token
The access token value.
Enter the populated access token value, or click
Generate Access Token
to populate the access token value.
Generate Access Token
Generates the access token and refresh token based on the OAuth attributes you specified.

0 COMMENTS

We’d like to hear from you!