How does the OAuth authorization process work in Snowflake?
The client sends a GET request to the Snowflake's OAuth authorization endpoint with several query parameters. Once a user authorizes the client, a redirect is made to the redirect_uri that contains a short-lived authorization code in a GET request.