eu-digital-identity-wallet / eudi-srv-web-verifier-endpoint-23220-4-kt

Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point.
Apache License 2.0
12 stars 15 forks source link

Utility endpoint to validate mso_mdoc `DeviceResponse` #199

Closed babisRoutis closed 1 month ago

babisRoutis commented 1 month ago

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:

  1. Be able to configure one or more of trusted issuers, or equivalently trust anchors
  2. 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.