v3.9 v3.8.4 v3.8.3 v3.8.2 v3.8.1 v3.8 v3.7.2 v3.7.1 v3.7 v3.6
Auto Light Dark
Auto Light Dark
v3.9 v3.8.4 v3.8.3 v3.8.2 v3.8.1 v3.8 v3.7.2 v3.7.1 v3.7 v3.6

NFC Certificate Authentication in Veridium Authenticator

Veridium’s mobile app supports certificate authentication stored on security keys, via NFC or USB protocols.
A sample use case is shown in the video, together with step-by-step instructions below. USB protocol behaves the same, with the key inserted in the device data port:

Step-by-step instructions:

  1. Have a YubiKey with certificate(s) installed on it.

  2. Have a journey configured in Orchestrator with cmd_certificate_mobile command added as a challenge.

    "type": "AUTHENTICATION",
    "executor": "PHONE",
    "authenticate": {
      "methods": [
         {
          "type": "CERTIFICATE",
          "configuration": {
              "isSecurityKeyRequired": true
          }
        }
      ]
    }
    
    
    image-20260605-104330.png
    image-20260605-104445.png


  3. Have an account enrolled in the mobile app.

  4. Trigger an authentication flow, and choose Certificate method:

    image-20260605-104634.png
  5. Provide the YubiKey PIN and then touch the YubiKey holding the user certificate to the NFC receiver on the phone.

    image-20260605-104911.png
    image-20260605-104929.png
    image-20260605-104940.png



Last updated: