We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]" } ] }
The text was updated successfully, but these errors were encountered:
bibash28
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: