Skip to content

"nationalities" claim in PID (SD-JWT VC) is always returned as an empty array after processing #287

@jaumegras-entrust

Description

@jaumegras-entrust

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"]} ] } ] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions