latestSwagger 2.02026-08-137516892.0 MB
33fc84a173ce
oauth
Exchange a one-time use Auth Code for the IDP access token response
get/oauth/sso/{idp}/access-token
Path parameters
idpstring required
Identity provider of SSO login (e.g. adp)
Query parameters
authCodestring required
A one-time use Auth Code
Response
successful operation
Example response
{
"id_token": "header.payload.signature"
}