wultra / enrollment-server

Base implementation of the enrollment server, usable as the stub for project bootstrapping.
GNU Affero General Public License v3.0
4 stars 1 forks source link

Add optional signature into DocumentSubmitRequest #520

Open romanstrobl opened 2 years ago

romanstrobl commented 2 years ago

In DocumentSubmitRequest, add fileSignature into DocumentMetadata. This is used by document verification provider for verification of file data signature created on frontend. In the Zen ID provider this signature must be sent together with submitted document in POST /api/sample.

banterCZ commented 2 years ago

Postponed, right now the validator will not be enabled.