snowflake
Oauth Callback
Complete the authorization code flow and persist the user's grant.
Not authentication-gated — the browser arrives from Snowflake cross-site and may carry no cookie, so the acting user comes from the single-use transaction handle, redeemed before any other parameter is trusted. A cookie that does arrive must agree with it, or one member could start a flow and lure another into completing it onto the starter's grant, filing the colleague's Snowflake identity under the starter's account.
get/api/snowflake/oauth/callback
Query parameters
statestring
codestring nullable
errorstring nullable
error_descriptionstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/snowflake/oauth/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 16 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○