OpenID4VC Verification Sessions

Get an OpenID4VC verification session by verification session id

get/openid4vc/verifiers/sessions/{verificationSessionId}

Path parameters

verificationSessionIdstring required

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