TrustNetFI / example-trustnet-verifier

Example TrustNet Verifier component
MIT License
0 stars 2 forks source link

Support for verifiable credential Issuer object type #1

Open sudeshrshetty opened 4 years ago

sudeshrshetty commented 4 years ago

Currently verification of credentials having issuer property as object type is failing. Current version seems to supporting only id types.

Example: https://www.w3.org/TR/vc-data-model/#example-9-usage-of-issuer-expanded-property

peacekeeper commented 4 years ago

Hello @sudeshrshetty, the underlying library verifiable-credentials-java has been forked here: https://github.com/danubetech/verifiable-credentials-java. It's not perfect, but the issue you mention and a few others should have been fixed there.