openid / OpenID4VCI

68 stars 20 forks source link

incomplete parameter definition in Credential Format Profiles #370

Open tlodderstedt opened 3 months ago

tlodderstedt commented 3 months ago

A.2.4 states "doctype: REQUIRED when the format parameter is present in the Credential Request." This text is incomplete as the expected format parameter value of "mso_mdoc" is missing.

Suggest to extend like this:

"doctype: REQUIRED when the format parameter with a value of "mso_mdoc" is present in the Credential Request."

Same holds true for A.1.1.4. and A.3.4.

jogu commented 3 months ago

mso_mdoc is the only allowed value for the format parameter in section A.2, so technically 'when the format parameter is present' is correct.

Would it be less confusing if written 'REQUIRED when the credential_identifier parameter is not present in the Credential Request'?