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

Add support for SDJWT trustedIssuer and credential SchemaId Validation #1450

Open
mineme0110 opened this issue Nov 18, 2024 · 1 comment
Open
Assignees

Comments

@mineme0110
Copy link
Contributor

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

@FabioPinheiro
Copy link
Contributor

Related with #1438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants