OAuth support for Snowflake
Learn how to configure OAuth support for Snowflake in Tellius for secure, password-free data access, automated token refresh, and seamless connectivity.
Last updated
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"}