-
Notifications
You must be signed in to change notification settings - Fork 19
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
Verifiable Credentials revocation mechanism for VC based on Peer DID #41
Comments
Yes, it's straightforward to issue a VC to a peer DID. No special effort is required, as long as the issuer supports peer DIDs and has received the peer DID value from its owner. Later, no special effort is required to verify, either -- as long as the verifier also supports peer DIDs and has received the peer DID value from its owner. A revocation registry can list a VC issued to a peer DID exactly like it lists a VC issued to any other DID method. No adaptation is required. A peer DID is best suited to scenarios where its usage is not public -- but there is nothing that prevents a peer DID from being shared publicly, if desired. |
I forgot to clarify that the revocation registry what I would like to talk about is off ledger, something like A revocation registry is stored in VDR in other DID method, so what I want to make sure are,
Should they be added in spec or they are out of scope and should be added in |
Friendly ping @dhh1128 The more general question might be, Similar to DID, there is a public one and a private one (peer DID). I did not find some references related to this, but they are most likely associated with peer DID, or somewhat similar to it. Any comment about private VC? |
Is it possible to issue VC based on Peer DID? Should we include VC revocation registry besides DID Doc?
The scenario that I am thinking about is, Alice as a user, would like to issue
data access control VC
to VC Holder, Bob (or an org), so Bob can request data from Verifier by issued VC, where Verifier is an organization that holds Alice's data, such as Bank, Government or School.It is clear to me that Alice can issue her
data access control VC
that is verifiable with Alice Public DID (public key) and her VC revocation registry (non-revocation Proof).What if I would like to issue VC based on Peer DID? We can get the key from DID Doc. How about VC revocation registry for Holder to get non-revocation Proof?
The text was updated successfully, but these errors were encountered: