Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC4VP with presentation of several sd-jwt vc #2986

Open
ThierryThevenet opened this issue Oct 22, 2024 · 0 comments
Open

OIDC4VP with presentation of several sd-jwt vc #2986

ThierryThevenet opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels

Comments

@ThierryThevenet
Copy link
Member

ThierryThevenet commented Oct 22, 2024

if the user select several sd-jwt VC, the response of the wallet must be an array of strings (each sd-jwt as a string.

&presentation_submission=...
&vp_token=["ey.....", "ey...."]

all sd jwt must be referenced in the presentation_submission


{
    "id": "b0db4099-de2d-47da-951f-e10b2cc17808",
    "definition_id": "2_credentials",
    "descriptor_map": [
        {
            "id": "pid_credential",
            "format": "vc+sd-jwt",
            "path": "$[0]"
        },
 {
            "id": "other_credential",
            "format": "vc+sd-jwt",
            "path": "$[1]"
        }
    ]
}
@ThierryThevenet ThierryThevenet changed the title OIDC4VP with severla sd-jwt OIDC4VP with presentation of several sd-jwt vc Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants