Skip to content

Fix bugs with invalid credential ID and missing proof section when verifying credentials

Lyuben Penkovski requested to merge 18-vc-validate-id into main

For some reason the JSONLD processor library used by the Aries packages cannot properly create/verify signatures if the subject id is a simple string (e.g. not a DID/HTTP/Other address). It must either be an address with scheme:address or it must be missing (it's an optional field as defined by the VC spec).

Closes #18 (closed)

Closes #19 (closed)

Edited by Lyuben Penkovski

Merge request reports