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:

An Open API v3 specification of these operations is available here.

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.