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
I created a did using ebsi driver. but I can't update and deactivate the did I created. now I have did information and secret keys information. How can I update and deactivate the did information using this information. Your website https://uniregistrar.io/ is not working. Could you please give detailed information about the problem? However, there is no documentation or example json parameters. Can you write sample json parameters that I can update and deactivate using ebsi driver?
The text was updated successfully, but these errors were encountered:
@suatbayir1 , the issue in ebsi did update method is due to the "verificationMethod" type "JsonWebKey2020".
Our implementation currently supports only this Verification Method. And to update a DID ebsi only allows DID's with "EcdsSecp256k1VerificationMethod".
We are waiting for ebsi to update this to support the more generic Verification Method type "JsonWebKey2020" for JWK keys.
I created a did using ebsi driver. but I can't update and deactivate the did I created. now I have did information and secret keys information. How can I update and deactivate the did information using this information. Your website https://uniregistrar.io/ is not working. Could you please give detailed information about the problem? However, there is no documentation or example json parameters. Can you write sample json parameters that I can update and deactivate using ebsi driver?
The text was updated successfully, but these errors were encountered: