When processing a PID credential of type SD-JWT VC issued by https://issuer-backend.eudiw.dev for the FormEU country profile in the EUDI Wallet, the "nationalities" claim is not being correctly resolved. Although the original credential contains a non-empty nationalities array (e.g. ["US", "NL"]), the processed SD-JWT VC payload returned by the Verifier utility endpoint (POST /utilities/process/sdJwtVc) always contains nationalities as an empty array.
This results in the effective loss of information for that claim, even though it is present and disclosed in the presentation returned by the wallet.
This is the "dcql_query" used:
{ "credentials": [ { "id": "pid_identity", "format": "dc+sd-jwt", "meta": { "vct_values": [ "urn:eudi:pid:1" ] }, "claims": [ {"path": ["nationalities"]} ] } ] }
When processing a PID credential of type SD-JWT VC issued by https://issuer-backend.eudiw.dev for the FormEU country profile in the EUDI Wallet, the "nationalities" claim is not being correctly resolved. Although the original credential contains a non-empty nationalities array (e.g. ["US", "NL"]), the processed SD-JWT VC payload returned by the Verifier utility endpoint (POST /utilities/process/sdJwtVc) always contains nationalities as an empty array.
This results in the effective loss of information for that claim, even though it is present and disclosed in the presentation returned by the wallet.
This is the "dcql_query" used:
{ "credentials": [ { "id": "pid_identity", "format": "dc+sd-jwt", "meta": { "vct_values": [ "urn:eudi:pid:1" ] }, "claims": [ {"path": ["nationalities"]} ] } ] }