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

List Credentials Available Protocol #65

Open
brianorwhatever opened this issue Dec 16, 2022 · 1 comment
Open

List Credentials Available Protocol #65

brianorwhatever opened this issue Dec 16, 2022 · 1 comment

Comments

@brianorwhatever
Copy link
Collaborator

I want to create a protocol for someone to send a request saying, "what credential types do you have available to issue?" and then an issuer will respond with the credential types they offer. I am only in the conception stage and am gathering prior art. Is there anything like this in an Aries RFC @swcurran or do you know of anything @dhh1128? I am imaging it will be using DIF Credential Manifest like in the use cases

@swcurran
Copy link

This is somewhat the intention of the Credential Offer -- Credential Proposal -- Credential Request set of messages. For example, a Credential Offer might include multiple options, and the Credential Request one of those options.

This is complicated enough, but another potential option that you might want to cover is multiple signatures on a single credential. For example, if we can move to AnonCreds in W3C Verifiable Credentials Data Model Standard format, then one could get a credential with both an AnonCreds and LD-Signature on it. One credential, multiple items in the proof. Not sure if that works with a JWT -- I haven't investigated that at all.

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

No branches or pull requests

2 participants