Is there a way to specify which verification method to be used for particular DID while / after genering DID using this API? #1055
Unanswered
Dhanashree-Patil95
asked this question in
Questions (FAQs)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Is there a way to specify which verification method to be used for particular DID while / after genering DID using this API?
https://rc.sunbird.org/api-reference/credentialling-apis/identity-service-apis#did-generate
The above API by default returns verification method as
"verificationMethod": [
{
"id": "auth-key",
"type": "RS256",`
And the VCs issued by this DID as issuer having different type in the proof part eg:
"proof": {
"type": "Ed25519Signature2020",
How do we related these 2 diff types of signature methods?
Beta Was this translation helpful? Give feedback.
All reactions