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

DID method-agnostic Domain Linkage #159

Open
1 task
nanderstabel opened this issue Jan 6, 2025 · 0 comments
Open
1 task

DID method-agnostic Domain Linkage #159

nanderstabel opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
Added A new feature that requires a minor release.

Comments

@nanderstabel
Copy link
Collaborator

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):

  1. A linked DID must be added to the /.well-known/did_configuration.json resource.
  2. 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

Resources

https://identity.foundation/specs/did-configuration/

To-do List

  • DID method-agnostic Domain Linkage
@nanderstabel nanderstabel added the Added A new feature that requires a minor release. label Jan 6, 2025
@nanderstabel nanderstabel self-assigned this Jan 6, 2025
@nanderstabel nanderstabel moved this from Backlog to In Progress in Impierce SSI Stack Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added A new feature that requires a minor release.
Projects
Status: In Progress
Development

No branches or pull requests

1 participant