openid / OpenID4VCI

62 stars 18 forks source link

cryptographic_binding_methods_supported value "mso" is used in mdl issuer metadata example but not defined in spec #237

Closed jogu closed 6 months ago

jogu commented 7 months ago

https://github.com/openid/OpenID4VCI/blob/main/examples/credential_metadata_mso_mdoc.json uses cryptographic_binding_methods_supported value mso - however the VCI specification only defines the value cose_key:

Support for keys expressed as a COSE Key object [RFC8152] (for example, used in [ISO.18013-5]) is indicated by the value cose_key

Sakurann commented 7 months ago

good catch - will address in PR #243

@awoie do you have an opinion if the value should be mso or cose_key?