Exchange an OpenID Connect identifier token or access token for an Ocient access token.
This endpoint allows clients to directly exchange tokens without following the full browser-based authentication process. This exchange is useful for server-to-server scenarios or when the client already has a valid OpenID token from another process.
Documentation Index
Fetch the complete documentation index at: https://docs.ocient.com/llms.txt
Use this file to discover all available pages before exploring further.
Target database for connection after successful authentication. This database must be accessible to the user identified by the SSO token.
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.
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.