OAuth support for Snowflake
Learn how to connect Snowflake to Tellius using OAuth for secure, compliant data access. Set up client ID, client secret, and automatic token refresh.
Was this helpful?
Was this helpful?
create security integration oauth_tellius
type = oauth
enabled = true
oauth_client = custom
oauth_client_type = 'CONFIDENTIAL'
oauth_redirect_uri = 'https://<Tellius URL>/dataset/wizard/snowflake' oauth_issue_refresh_tokens = true
oauth_refresh_token_validity = 7776000select system$show_auth_client_secrets('oauth_tellius'){"OAUTH_CLIENT_SECRET_2":"xxxxxxxxxxxxxxxxxxxxx",
"OAUTH_CLIENT_SECRET":"xxxxxxxxxxxxxxxxxxxxx",
"OAUTH_CLIENT_ID":"xxxxxxxxxxxxxxxxxxxxx"}