CallbackURL
The CallbackURL property specifies the redirect URI (callback URL) used in OAuth authentication flows when connecting to Snowflake. This property is required for external OAuth-based authentication, ensuring that after authentication, the user is redirected correctly.
Data Type
string
Default Value
""
Remarks
During the authentication process, the OAuth authorization server redirects the user to this URL. This value must match the callback URL you specify in your Add-In settings, or the authentication will fail. If using AzureAD, Okta, or another OAuth provider, ensure the redirect URI (callback URL) is registered in your identity provider's settings.