Credential formats

The format is how a credential is encoded and signed. Two are used in the EUDI ecosystem, and LutraID issues and verifies both.

SD-JWT VCmdoc
StandardIETF, dc+sd-jwtISO/IEC 18013-5, mso_mdoc
EncodingJSON, signed as a JWTCBOR, signed with COSE
Type named byvctdoctype
Comes fromThe web and OAuth worldThe ISO mobile driving licence work

Both support selective disclosure and both bind to a holder key. Neither is a subset of the other.

Which one to issue

Whichever your verifiers accept. Mobile driving licences and in-person, proximity-style checks lean mdoc; online presentation and anything close to the OAuth ecosystem leans SD-JWT VC. Issuing the same credential in both is normal, and a verification profile can accept either.

Was this page helpful?