Snowflake
Setup Snowflake Custom OAuth
1. Create a security integration
create security integration oauth_locoia
type = oauth
enabled = true
oauth_client = custom
oauth_client_type = 'CONFIDENTIAL'
oauth_redirect_uri = 'https://api.locoia.com/v1/oauth2/callback/snowflake'
oauth_issue_refresh_tokens = true
oauth_refresh_token_validity = 86400
;2. Get the security integration's details

3. Generate the client_secret
Authenticating Snowflake

ACCOUNTADMIN)


API requests to Snowflake
Last updated
Was this helpful?