feat(ssi): added did configuration for all dids
Adds an event to the ssi abstraction which provides the data required to be hosted on the .well-known/did-configuration.json
endpoint.
- It takes a domain, which must be equal to the domain where it is hosted (this is up to the consumer of the OCM), and an expiration time.
- It signs the JWT with the first verification on the didDocument, this is not configurable. If this is desired, we could accept a list of DID !URLS! and only those will be provided as entries. If there are no verification methods found, it will not be added to the entries.
Merge request reports
Activity
Filter activity
added 1 commit
- 62da621f - feat(ssi): added did configuration for all dids
added 36 commits
-
62da621f...ae8024d2 - 35 commits from branch
eclipse/xfsc/ocm:main
- 5a294c0b - Merge branch 'main' into did-configuration
-
62da621f...ae8024d2 - 35 commits from branch
added 7 commits
-
5a294c0b...ebb39da2 - 6 commits from branch
eclipse/xfsc/ocm:main
- de7a69c3 - Merge branch 'main' of https://gitlab.eclipse.org/eclipse/xfsc/ocm/ocm-engine...
-
5a294c0b...ebb39da2 - 6 commits from branch
mentioned in commit 7780ca2d
Please register or sign in to reply