Enabling SSO on Snowflake
Automatic deployment
Grant correct rights
GRANT CREATE INTEGRATION ON ACCOUNT TO ROLE snowboard_role;Enable SSO
Manual deployment
Create security integration
CREATE SECURITY INTEGRATION SNOWBOARD
type = oauth
enabled = true
oauth_client = custom
oauth_client_type='CONFIDENTIAL'
OAUTH_ALLOW_NON_TLS_REDIRECT_URI = true
oauth_redirect_uri='{{origin}}/api/auth/snowflake/callback/{{host_name}}';Add data to Snowboard
Last updated