Skip to content

Build your Remote Verifier

Overview

This is a Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point that implements OpenId4VP (1.0) protocol. This backend service is accompanied by a Web UI application.

Application exposes two APIs:

The Verifier API, supports two operations:

These operations are specified in an Open API v3 specification.

The Wallet API, provides the following main operations:

Please note that:

  • Both APIs need to be exposed over HTTPS.
  • Verifier API needs to be protected to allow only authorized access.

Both of those concerns have not been tackled by the current version of the application, since in its current version is merely a development tool, rather a production application.