ℹ️ These docs are deprecated. Move to the current v2.0 Galileo docs.
cURL
curl --request POST \ --url https://api.staging.galileo.ai/v1/login/social \ --header 'Content-Type: application/json' \ --data ' { "provider": "google", "id_token": "<string>", "access_token": "<string>" } '
{ "access_token": "<string>", "token_type": "bearer" }
google
github
okta
azure-ad
custom
Successful Response
Was this page helpful?