latestOpenAPI 3.0.0Apache-2.02026-07-17326898.9 KB

9e21ad997121

oidc4ci

OIDC Credential

Issues credentials in exchange for an authorization token.

post/oidc/credential

Request body

formatstring

Format of the credential being issued.

credential_definitionCredentialDefinition — unresolved $ref
credential_identifierstring

String that identifies a Credential that is being requested to be issued. When this parameter is used, the format parameter and any other Credential format specific parameters MUST NOT be present.

Response

OK

credentialsCredentialResponseCredentialObject[] required— unresolved $ref

Contains an array of one or more issued Credentials. According to editor-draft spec.

transaction_idstring

A JSON string containing a token subsequently used to obtain a Credential. MUST be present when credential is not returned.

c_noncestring

JSON string containing a nonce to be used to create a proof of possession of key material when requesting a Credential. According to draft 13 spec.

c_nonce_expires_ininteger

JSON integer denoting the lifetime in seconds of the c_nonce. According to draft 13 spec.

notification_idstring required

String identifying one or more Credentials issued in one Credential Response.