Closed vanhoanHoang closed 2 months ago
Thanks so much for your report, Hoan. It's a very nice contribution. We'll tackle it as soon as possible.
@chsavvaidis when you tackle this problem, please also take into consideration, that this credential_definition parameter only is used for W3C verifiable credentials. There's a different format for ISO/mdoc and IETF/sd-jwt-vc, which we should also support. thx
This issue has been marked as stale.
I have pulled all tested the v0.3 release and identify that we might have a problem related to metadata defined in the OID4VCI Draft 13.
In the Draft 13, for each element in credential_configurations_supported, there must be a credential_definition object which contains type and multiple optional properties.
However, by looking at the metadata in the Issuer API, I see that there are not credential_definition object in each supported credential configuration. More specifically, below is what exposed by Issuer API
while the following should be exposed instead:
Can you have a look at it ?
Cheer, Hoan