hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
83 stars 23 forks source link

Add support for SDJWT trustedIssuer and credential SchemaId Validation #1450

Open mineme0110 opened 6 days ago

mineme0110 commented 6 days ago

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 commented 5 days ago

Related with https://github.com/hyperledger/identus-cloud-agent/issues/1438