You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey was just reviewing this for the purposes of the method registration and I noticed that you defined the verificationMethod reference inside the did document is different than what is most commonly done. You provided the following in Example 2:
However verificationMethod property is not commonly structured in this way when you're intending to reference a different VM in the DID Document. The most common pattern in use is to include just the DID URL to reference to the VM in the verificationMethod property above in order to interoperably show the relationship between the authentication verification relationship and the VM.
Based on memory there's nothing illegal about the way you've structure this according to did-core but you're likely to hit interop issues when a did document relying party attempts to process this did document to get a public key out of it.
The text was updated successfully, but these errors were encountered:
Hey was just reviewing this for the purposes of the method registration and I noticed that you defined the verificationMethod reference inside the did document is different than what is most commonly done. You provided the following in Example 2:
However
verificationMethod
property is not commonly structured in this way when you're intending to reference a different VM in the DID Document. The most common pattern in use is to include just the DID URL to reference to the VM in theverificationMethod
property above in order to interoperably show the relationship between theauthentication
verification relationship and the VM.Based on memory there's nothing illegal about the way you've structure this according to did-core but you're likely to hit interop issues when a did document relying party attempts to process this did document to get a public key out of it.
The text was updated successfully, but these errors were encountered: