GetSSOAuthorizationURL
Retrieves the Single Sign-On (SSO) authorization URL for browser-based authentication in Snowflake. The returned URL must be accessed in a web browser to request an access token for API connections.
Input
| Name | Type | Required | Description |
| Port | String | False | Specifies the listening port on the local machine for the callback URL where the authorization response will be received.
The default value is 80. |
Result Set Columns
| Name | Type | Description |
| ProofKey | String | A cryptographic key used for verifying the integrity of the authentication request in the SSO process. |
| SSOURL | String | The SSO authorization URL that users must visit to initiate authentication with Snowflake. |
| TokenURL | String | The URL used to request an access token after successful SSO authentication. |