Skip to main content
POST
curl

Body

application/json
database
string
required

Target database for connection after successful authentication. This database must be accessible to the user identified by the SSO token.

id_token
string

OpenID identifier token received from the OpenID provider after successful authentication. You must provide the id_token or access_token body parameters, but not both.

access_token
string

OpenID access token received from the OpenID provider after successful authentication. You must provide the id_token or access_token body parameters, but not both.

Response

200 - application/json

Response

id_token
string
database
string
Last modified on July 8, 2026