-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unclear which verification method is used #16
Comments
Yes, this was the intent - care to add the language specifics that you feel would make this more accurate? |
The current implementation uses the |
we should be iterating |
I left step 6 unspecific about how you validate the DID signature, because I wasn't sure exactly what level of detail we needed to go into. Isn't there somewhere we can just punt to in the DID spec and related references that already talks about how to validate a DID signature? |
@OR13 @awoie @csuwildcat I believe the latest version of this spec may address this issue? |
I agree, spec is now up to date, but demo needs to be updated. |
So are we saying that there are no additional DID-Configuration spec changes required from present state, and that this ticket's closure now depends on only demo updates? |
yep, we should close as soon as demo is updated. |
^ there is some discussion on digitalbazaar/encrypted-data-vaults#5 of how other properties in the DID Document may be used, I could see future support for more specific proof purposes, but I don't think this is a blocker for the spec. |
What is the status of this? Doesn't seem like there is any impact on the spec as of now. |
This is related to the verification discussion for VC Data Model... basically, we need to make the demo clearer, we should leave open until we resolve the proof format issues with VC Data Model. |
I still don't understand the spec impact - are you saying we need to specify something on our side that deviates from whatever the DID spec itself describes? |
no, we need to make sure we follow the did spec... and the vc data model spec: |
The did spec uses the |
For linked data proofs, the answer to this question is @awoie for the JWT Proof Format, is the relationship between The way I read the spec: https://www.w3.org/TR/vc-data-model/#proofs-signatures-0 It sounds like only |
implemented |
I assume that the idea is to use the
authentication
section and in particular any of the verification methods included in it to verify the JWT? It is not explicitly stated which part to use. We should stick with the DID spec terminology.The text was updated successfully, but these errors were encountered: