nuts-foundation / nuts-node

The reference implementation of the Nuts specification. A decentralized identity network based on the w3c ssi concepts with practical functionality for the healthcare domain.
https://nuts-foundation.gitbook.io
GNU General Public License v3.0
23 stars 15 forks source link

Extend VDR diagnostics with own conflicting DID Documents #241

Closed woutslakhorst closed 1 year ago

woutslakhorst commented 3 years ago

Now it only shows the global # of conflicted docs. This should be extended with the DIDs of your own conflicted DID documents.

reinkrul commented 1 year ago

We can check for each item in the list whether the local node can control it (is controller and controller has private key, there's an existing function for that check). Add it to the VDR diagnostics.

Check that how to resolve it, is documented.