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
No
SDJWT is similar flow as JWT so need to support similar to JWT { "connectionId": "{{VERIFIER_CONNECTION_ID}}", "proofs": [ { "schemaId": "{{baseUrl}}/schema-registry/schemas/{{SCHEMA_ID}}", "trustIssuers": [ "did:prism:invalidddddđ" ] } ], "options": { "challenge": "11c91493-01b3-4c4d-ac36-b336bab5bddf", "domain": "https://prism-verifier.com" }, "credentialFormat": "SDJWT", "claims": { "emailAddress": {}, "givenName": {}, "country" :{} } }
No response
The text was updated successfully, but these errors were encountered:
Related with #1438
Sorry, something went wrong.
mineme0110
No branches or pull requests
Is this a regression?
No
Description
SDJWT is similar flow as JWT so need to support similar to JWT
{
"connectionId": "{{VERIFIER_CONNECTION_ID}}",
"proofs": [
{
"schemaId": "{{baseUrl}}/schema-registry/schemas/{{SCHEMA_ID}}",
"trustIssuers": [
"did:prism:invalidddddđ"
]
}
],
"options": {
"challenge": "11c91493-01b3-4c4d-ac36-b336bab5bddf",
"domain": "https://prism-verifier.com"
},
"credentialFormat": "SDJWT",
"claims": {
"emailAddress": {},
"givenName": {},
"country" :{}
}
}
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: