hyperledger-identus / hyperledger-identus/cloud-agent
Add support for SDJWT trustedIssuer and credential SchemaId Validation
- Dominant language
- Scala
- Stars
- 95
- Forks
- 34
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.