Verification Implementation #171
Replies: 4 comments 12 replies
-
@dileepbapat how did we implement this in DIVOC? Did we provide public key URL? Anything else we provided? @ChakshuGautam what do you mean by "decoupling"? I am curious. |
Beta Was this translation helpful? Give feedback.
-
In DIVOC verificationMethod is country specific did resolver (in the absence of trust network), we are using convention based URL to actually fetch the public key. From sunbird-rc perspective it is customizable with credential template, Any IRI (did-method, https url) can be used. Under schema configure credentialTemplate is the one that can customize w3vc format. |
Beta Was this translation helpful? Give feedback.
-
The implementation here - https://github.com/egovernments/DIVOC/tree/main/backend/certificate_signer_library, are you planning to extract this out as a standalone library just as an implementation to W3C spec? |
Beta Was this translation helpful? Give feedback.
-
@ChakshuGautam this will be a good reference - It talks about a |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, was reading through this doc - https://www.w3.org/TR/vc-data-model/ and wanted to check on the parameter
verificationMethod
and how this is implemented in SunbirdRC (Github permalink to file would do). I was interested in decoupling the verification part just to improve my understanding of spec.Beta Was this translation helpful? Give feedback.
All reactions