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

Presentation Exchange: support limiting disclosure with ZKP and Selective Disclosure Credentials #354

Open
decentralgabe opened this issue Apr 14, 2023 · 0 comments
Labels
help wanted Extra attention is needed presentation-exchange

Comments

@decentralgabe
Copy link
Member

Today we do not support building a Presentation Submission if limit_disclosure is set to required. This is because we have no way of detecting whether a credential was signed as a ZKP or SD cred.

The change is to:

  1. If limit_disclosure is set to required...
  2. Detect if the credential is ZKP or SD
  3. See if the claim can fulfill a given input_descriptor
  4. If so, construct a limited credential with signature(s) depending on the ZKP/SD scheme
@decentralgabe decentralgabe added this to the Next milestone Apr 14, 2023
@decentralgabe decentralgabe removed this from the Next milestone May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed presentation-exchange
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant