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
Currently, Domain Linkage only works for the DID Web method. However, it is necessary to extend this functionality to include the did:iota method (and related DID methods). When Domain Linkage is enabled (domain_linkage_enabled: true), the following requirements must be met for all non-deterministic DID methods (excluding DID JWK and DID Key):
A linked DID must be added to the /.well-known/did_configuration.json resource.
A LinkedDomains service must be added to the corresponding DID Document.
Motivation
This will ensure that Wallets that do not support DID Web (but do support DID IOTA) can also validate UniCore's Domain Linkage
Description
Currently, Domain Linkage only works for the DID Web method. However, it is necessary to extend this functionality to include the
did:iota
method (and related DID methods). When Domain Linkage is enabled (domain_linkage_enabled: true
), the following requirements must be met for all non-deterministic DID methods (excluding DID JWK and DID Key):/.well-known/did_configuration.json
resource.LinkedDomains
service must be added to the corresponding DID Document.Motivation
This will ensure that Wallets that do not support DID Web (but do support DID IOTA) can also validate UniCore's Domain Linkage
Resources
https://identity.foundation/specs/did-configuration/
To-do List
The text was updated successfully, but these errors were encountered: