Closed ntsbs closed 9 months ago
The credential issuer metadata field credentials_supported received in RFC001 3.4 Discover response must not be an array, but an object according to OID4VCI draft 12 Section 10.2.3
credentials_supported
Current:
"credentials_supported": [ { "format": "jwt_vc", "types": [ "VerifiableCredential", "VerifiableAttestation", "VerifiablePortableDocumentA1" ], "trust_framework": { "name": "ebsi", "type": "Accreditation", "uri": "TIR link towards accreditation" }, "display": [ { "name": "Portable Document A1", "locale": "en-GB" } ] } ]
Expected:
"credentials_supported": { "VerifiablePortableDocumentA1": { "format": "vc+sd-jwt", ... }, "VerifiablePortableDocumentA2": { "format": "vc+sd-jwt", ... } }
This change is accepted. The supported credential formats are documented here: https://github.com/EWC-consortium/eudi-wallet-rfcs/blob/main/ewc-supported-formats.csv
The credential issuer metadata field
credentials_supported
received in RFC001 3.4 Discover response must not be an array, but an object according to OID4VCI draft 12 Section 10.2.3Current:
Expected: