-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
two options:
- Current design is to include
transaction_data(object or string depending on the outcome of How to encode transaction_data in the presentation request #173) in the presentation, which is credential format specific (ie KB JWT in SD-JWT, session transcript in mdoc, etc). - Alternative that has been proposed is to define a new thingy (something like a transaction_data_token) that includes
transaction_dataand is signed using the key that is used for cryptographic key binding of credential presentation to which this transaction data is bound to.
Option 1 would require each credential format to define how to include transaction data in the response. Option 2 would require defining how to express when multiple transaction data types have been requested to be bound to different credentials(ie use credential A for qes_authorization and credential B for payment_confirmation).