EWC-consortium / ewc-wallet-conformance-backend

This is the EWC Interoperability Test Bed (ITB) and implements the conformance towards EWC RFCs; build towards the Large Scale Pilot (LSP) usecases. The project is co-funded by the European Union.
3 stars 1 forks source link

Incorrect Placement of `limit_disclosure` Property in Input Descriptor #2

Closed georgepadayatti closed 3 months ago

georgepadayatti commented 3 months ago

The limit_disclosure property is present directly within the input descriptor. For reference, see the example here:

https://github.com/EWC-consortium/ewc-wallet-conformance-backend/blob/09a5695f666e011beb444d6a1f3f4b64c8dd766f/data/presentation_definition.json#L9-L35

According to the PEX spec, the limit_disclosure property should be placed inside the constraints object, if present.