Skip to content
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

Hoqto update a did:sov #68

Open
andreas-c-hofmann opened this issue Jan 18, 2023 · 2 comments
Open

Hoqto update a did:sov #68

andreas-c-hofmann opened this issue Jan 18, 2023 · 2 comments

Comments

@andreas-c-hofmann
Copy link

Hi there,

I want to update a did:sov and I´m not sure, whether it´s not working or I´m going the wrong way. Are there any Howto´s for this scenario.

Im getting an Error 500, which points to an internal error.

My course of action:

  1. I copied the complete Scret, I got by creating the did into the SECRET-field.
  2. I copied the complete DID-Document as shown by the resolver in the DID-Document-field and edited the changes.

I really appreciate this new developments of DID.

Thanks for your help!
Andreas

@peacekeeper
Copy link
Member

Hello @andreas-c-hofmann , in general your approach is correct with regard to the API and protocol, i.e. yes the idea is that you could pass the secret and the new DID document to update the DID. But unfortunately in the open-source did:sov registrar driver this isn't implemented yet (see https://github.com/decentralized-identity/uni-registrar-driver-did-sov/).

There's also a (non-open-source) service at https://godiddy.com/ where create/update/deactivate are possible for did:sov, did:indy, and others. This builds on top of the open-source DIF components.

Note that there is also an alternative architecture for a DID registrar service, where the secrets are not passed back and forth, but instead always stay on this client side, this is called "client-managed secret mode": https://identity.foundation/did-registration/#client-managed-secret-mode

Hope this helps..

@andreas-c-hofmann
Copy link
Author

andreas-c-hofmann commented Jan 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants