-
Notifications
You must be signed in to change notification settings - Fork 109
Description
I would like to integrate the support for transaction data authorization as defined in the OpenID for Verifiable Presentation v1 (definition in https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-new-parameters). I had a look at the Verifier API swagger pages but could not find an example with transaction data in POST /openid4vc/verify. I had a look into the code base and found transaction data definitions in https://github.com/walt-id/waltid-identity/blob/main/waltid-libraries/protocols/waltid-openid4vp/src/commonMain/kotlin/id/walt/verifier/openid/models/authorization/AuthorizationRequest.kt but not further linked through in the protocol implementation. Did I miss something in my analysis? Is this still to be supported and if so is this planned? Thanks!