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

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

Open
Tracked by #24
elribonazo opened this issue Oct 30, 2024 · 0 comments · May be fixed by #208
Open
Tracked by #24

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

elribonazo opened this issue Oct 30, 2024 · 0 comments · May be fixed by #208
Assignees

Comments

@elribonazo
Copy link
Contributor

Proposed feature

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.

Feature description

Using Presentation exchange protocol we add the ability for any SDK Verifier to now request SDJWT Presentation with all the disclosure capabilities bundled in.

The verification will only pass if the claims we asked have been provided by the user, and disclosed correctly

Anything else?

No response

@elribonazo elribonazo linked a pull request Oct 30, 2024 that will close this issue
6 tasks
@elribonazo elribonazo self-assigned this Nov 5, 2024
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

Successfully merging a pull request may close this issue.

1 participant