Open ID 4 Verifiable Presentations
Path parameters
idstring · uuidRequired
Body
Exactly one of vp_token or response must be provided.
Use vp_token with direct_post response mode.
Use response (JWE) with direct_post.jwt response mode.
vp_tokenstringOptional
The Verifiable Presentation token. Required when response_mode is direct_post.
responsestringOptional
The JWE-encrypted authorization response. Required when response_mode is direct_post.jwt.
presentation_submissionstringOptional
JSON string containing the presentation submission mapping between requested credentials and the VP token.
statestringOptional
Opaque state value from the original presentation request.
Responses
200
Authorization response successfully submitted
application/json
redirect_uristringOptionalExample:
The verifier redirect URI to follow after submission, if configured in the original presentation request.
https://verifier.example.com/callback?session=abc123400Error
application/json
404Error
application/json
500Error
application/json
post/verifier/requests/{id}/responses
Last updated