hyperledger / identus

Identus provides components to develop decentralized identity solutions that adhere to widely recognized self-sovereign identity (SSI) standards.
https://hyperledger.github.io/identus-docs/
Apache License 2.0
54 stars 8 forks source link

Support Verification in SDK - SD-JWT-VC #24

Open essbante-io opened 4 months ago

essbante-io commented 4 months ago

Our aim is to bring verification capabilities across the different SDK platforms. We will do so by allowing Edge Wallets to initiate a ProofRequest to a known Identifier (DID), also this same Edge wallet need to be capable of Generating the Proof and send it back. This would basically allow any Edge wallet to initiate and complete verification requests by itself with Credential Type SD JWT. As this is a Selective Disclosure JWT, during the verification process the Verifier will receive both the shared disclosures and the SD JWT Credential.

User Cases

High level description SD-JWT-Based Verifiable Credentials: An Introduction (criipto.com)

Current Draft Spec https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/

EBSI Spec https://hub.ebsi.eu/vc-framework/did/selective-disclosure-sd-jwt

Age Verification: For services that require age verification, such as venues where entrants need to be over 18. Entrants can share their driving licence as verifiable presentation and security can receive on a mobile device and automatically confirm that they are over the age of 18 without actually disclosing their age.

Voting Systems: In digital voting systems, edge wallets can store digital identities, allowing citizens to vote securely and anonymously, ensuring the integrity of the electoral process.

Using Presentation exchange protocol

Linked Issues

mineme0110 commented 1 month ago

linked issue https://github.com/hyperledger/identus-cloud-agent/issues/1421

mineme0110 commented 3 weeks ago

https://github.com/hyperledger/identus-cloud-agent/issues/1430