Skip to main content

1.58.0

ยท One min read

We're happy to announce v1.58.0!

New featuresโ€‹

  • Introducing "Profiles" for the Procivis One Desk

    • Profiles filter your Desk application so you can work within specific regulatory or operational frameworks with confidence
    • Switch between EUDI, swiyu, ISO mdoc, country profiles, or other custom profiles for seamless use
    • See the docs
  • OpenID4VP 1.0 now supported

    • The final specification was recently approved
    • Add it to your configuration (example):
    verificationProtocol:
    OPENID4VP_FINAL1:
    display: "exchange.openid4vpFinal1"
    order: 4
    type: "OPENID4VP_FINAL1" // required
    params:
    public:
    useRequestUri: true
    urlScheme: openid4vp-final // required
    verifier:
    useDcql: true
    supportedClientIdSchemes:
    [verifier_attestation, redirect_uri, did, x509_san_dns]
    holder:
    supportedClientIdSchemes:
    [verifier_attestation, redirect_uri, did, x509_san_dns]
    redirectUri:
    enabled: true
    allowedSchemes: ["https"]
    • See the reference for all available verification protocol options