Identity Hub (MVD): proof Field Missing After Storing Verifiable Credential
#703
Answered
by
paullatzelsperger
Zhipeng-lin1
asked this question in
Q&A
Answered by
paullatzelsperger
Apr 11, 2025
Replies: 1 comment 1 reply
yes, because only the "rawVc" will contain proof information (LD and JWT)
yes, but only in the "rawVc" field
no
no to be clear, the However, we generally recommend using JWT-VCs, because the are faster to de- and encode and generally easier to handle. |
1 reply
Answer selected by
Zhipeng-lin1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


yes, because only the "rawVc" will contain proof information (LD and JWT)
yes, but only in the "rawVc" field
no
no
to be clear, the
rawVcfield contains the VC as issued by the issuer, whether that be LD or JWT. the other fields are just metadata in a unified form.However, we generally recommend using JWT-VCs, because the are faster to de- and encode and generally easier t…