latestOpenAPI 3.0.0Apache-2.02026-07-17326898.9 KB

9e21ad997121

issuer

Exchange authorization code from issuer oauth provider

Exchange authorization code from issuer oauth provider.

post/issuer/interactions/exchange-authorization-code

Request body

op_statestring required
client_idstring

Client ID for VCS OIDC interaction.

client_assertion_typestring

Specifies the method used to authenticate the client application to the authorization server (VCS). The only supported value is "urn:ietf:params:oauth:client-assertion-type:jwt-client-attestation". It indicates that the client must authenticate using OAuth 2.0 Attestation-Based Client Authentication method.

client_assertionstring

The value MUST contain two JWTs, separated by a "~" character. The first JWT is the client attestation JWT, the second is the client attestation PoP JWT.

Response

OK

tx_idstring required
authorization_detailsAuthorizationDetails[] — unresolved $ref