EU COVID-19 Digital Certificate

Overview

In EU Green Pass (COVID-19 Vaccination Certificate) is needed to access some facilities and in some countries to return to office (RTO). For this reason companies needs to verify that employees own a valid certificate.

This component allow to extract from QR Code scan of the certificate thru standard barcode component or any QR code reader attached to computer the data present into certificate and return that to Appian to be processed in sail for usage into any RTO application. Also QR image of certificate is also generated for graphical representation but this is done on the flight so certificate itself is not stored into Appian in compliance with privacy laws

Functionality

  • Accept as Input the string returned by QR Code reader
  • Decode the string from base45 and cbor as per EU Specifications related to Covid Certificate
  • Return dictionary with certification data
  • Optionally generate and display QR Code on sail interface (no document stored in Appian)

Processing of certificate data according local regulation is delegated to SAIL Code

Anonymous