Currently, the application's main focus was more on the OpenId4VP protocol interactions with the wallet.
Validation of vp_token was left out of scope, for this reason.
Requirements/features:
Be able to configure one or more of trusted issuers, or equivalently trust anchors
Expose a new endpoint to the UtilitiesApi, for instance /utilities/validations/mso_mdoc/deviceResponse that would accept via an HTTP post a device_response and would return the validation outcome.
Currently, the application's main focus was more on the OpenId4VP protocol interactions with the wallet. Validation of
vp_token
was left out of scope, for this reason.Requirements/features:
UtilitiesApi
, for instance/utilities/validations/mso_mdoc/deviceResponse
that would accept via an HTTP post adevice_response
and would return the validation outcome.