hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 161 forks source link

Losing disclosures while marshalling SD-JWT presentations #3505

Closed sudeshrshetty closed 1 year ago

sudeshrshetty commented 1 year ago

Due to default behaviour we added to exclude disclosures while marshalling SD-JWT VCs, marshalling presentation causes SD-JWT VCs inside presentations to lose their holder disclosures.

Fix: We will have to change default marshalling behaviour of SD-JWT credentials to include disclosures.

Moopli commented 1 year ago

Fixed in https://github.com/hyperledger/aries-framework-go/pull/3506