OpenID4VC Verification Sessions

Find all OpenID4VC verification sessions by query

get/openid4vc/verifiers/sessions

Query parameters

noncestring
publicVerifierIdstring

The public issuer id, used for hosting OpenID4VCI metadata and endpoints

payloadStatestring
state'RequestCreated' | 'RequestUriRetrieved' | 'ResponseVerified' | 'Error'
authorizationRequestUristring

Headers

x-tenant-idstring

Optional header to set the context to a specific tenant. Only needed when the --multi-tenant feature is enabled. Default value is 'default'

Response

Ok

idstring required
createdAtstring date-time required
updatedAtstring date-time
typestring required
publicVerifierIdstring required

The public verifier id, used for hosting SIOP / OAuth2 endpoints and metadata

state'RequestCreated' | 'RequestUriRetrieved' | 'ResponseVerified' | 'Error' required
errorMessagestring

Optional error message of the error that occurred during the verification session. Will be set when state is {@link OpenId4VcVerificationSessionState.Error}

authorizationRequestJwtstring required

The signed JWT containing the authorization request

authorizationRequestUristring required

URI of the authorization request. This is the url that can be used to retrieve the authorization request

Changes

Changed in 3 of the 3 revisions of this API.13