Closed OIDF-automation closed 1 year ago
We could also use IssuerSigned
as per ISO.
to add a little more context.
ISO 18013-5 specifies that wallet app has to send the following to the Verifier during the presentation (SD-JWT style selective disclosure is mandatory in ISO 18013-5):
All these three items are returned inside a Document
object.
The options of what to return during issuance are:
I think I prefer the first option for cleanness?
Yes, I would also prefer option 1. In that case we could just refer to the normative definition in ISO 18013-5 of IssuerSigned
without additional requirements.
PR #315
I think that this should be addressed in ISO profile of this spec, because it is very ISO specific. pending close.
closing for the reason above. cc @awoie @cobward
Imported from AB/Connect bitbucket: https://bitbucket.org/openid/connect/issues/1612
Original Reporter: oterbu
ISO 18013-5 does not define a CDDL for mdoc or mdl. We should define which object we return in the
credential
response formdl_iso_cbor
. One candidate is theDocument
object from ISO 18013-5 8.3.2.1.2.2 but withoutdeviceSigned
. The ISO spec describes the CDDL forDocument
.