v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Generate Auth Code

Generate Auth Code using id_token

post/login

Request body

client_idstring
client_secretstring
id_tokenstring

ID token should be generated using the Private Key.

Response

200

authcodestring

Example response

{
  "authcode": "f1xxx5a9-e265-yyyy-8337-c34dzzzz5bac"
}