Skip to content

[feature] W3ID: Publish Updated DID Document #22

@sosweetham

Description

@sosweetham

Description

Develop the mechanism to publish the newly rotated DID Document to the did:web endpoint. This step should ensure that the updated document is accessible (typically at a well-known URL) and, if applicable, includes an alsoKnownAs reference to the previous DID Document.

Reference

%%{init: {"theme": "default"}}%%
graph LR
    UDD[Updated DID Document]
    PUB[Publish Mechanism]
    ENDPOINT[did:web Endpoint]

    UDD --> PUB
    PUB -->|Publishes to endpoint| ENDPOINT
Loading

Acceptance Criteria

The rotated DID Document is successfully published and accessible via the did:web endpoint.
The published document conforms to the expected did:web format and includes appropriate linking (e.g., using alsoKnownAs).
End-to-end tests confirm that external resolvers can retrieve and verify the updated DID Document.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions