ExchangeTokenRequest
{
"clientId": "Arketype",
"identityProvider": "FACEBOOK",
"idpToken": "<remote_idp_token>"
}
Field | Type | Description | Example |
clientId | string | The client for which you want a token | 'Arketype' |
identityProvider | The identity provider to which the idpToken belongs | 'FACEBOOK' | |
idpToken | string | The token of the external IDP | |
Last modified 2yr ago