OpenID4VCI Protocol
Issue a c_nonce for the credential proof
OpenID4VCI nonce endpoint. Public, unauthenticated. Mints a fresh single-use c_nonce that the holder must embed in the proof JWT presented to the credential endpoint. The c_nonce is consumed when the proof is verified and expires after 60 seconds. The request body is empty.
post/v1/nonce
Request body
object required
Response
A single-use challenge nonce.
Example response
{
"c_nonce": "NKQRYXz1aB2cD3eF4gH5",
"c_nonce_expires_in": 60
}