Skip to main content
Version: v0.25.0 (Latest)

DID Management: Identifiers

Catalog id: resource.did.identifiers

Tenant DIDs and the detail view used to inspect and, when the method allows, manage verification methods, relationships, and services. A DID is a public document that points at keys; it is not a second key store. Private material stays under Key Management.

Whether any DID is already present depends on how the product onboards tenants and users—not on a fixed Admin Console activation step.

Open it

NavigationResources > DID Management > Identifiers
Deep link#resource=did&rarea=identifiers
ScopeTenant

Identifiers list

Table columns: Alias, Method, DID (truncated), Status. Toolbar: search and method filter.

Open a row for the identifier detail (tabs below). Empty list means onboarding has not created identifiers yet, or the product expects operators/automation to create them later.

DID Management Identifiers list

Identifier detail

Header shows method, alias (or DID), and full DID when an alias is set. Back returns to the list. Four tabs:

TabPurpose
OverviewMethod, alias, DID, controllers; verification relationships; deactivate when allowed
KeysVerification methods (public key bindings), often linked to KMS key aliases
ServicesDID document service endpoints
JSONResolved DID document as JSON (copy)

What you can change is gated by the DID method’s capability summary (create/update/deactivate, key management, service management). Flags that are off keep the matching actions disabled.

Lifecycle guide

DID identifier detail with tabs

Overview tab

  • Details: method, alias, full DID, controllers / also-known-as
  • Relationships: which verification methods serve which purposes (authentication, assertion, key agreement, …). Add or remove a purpose↔VM binding when the method allows update.
  • Lifecycle: Deactivate when the method supports deactivation

Relationships are not the same as the Keys tab: Keys lists the verification methods themselves; Overview assigns those methods to relationship purposes.

Keys tab (verification methods)

Table of verification methods for this DID:

ColumnMeaning
AliasLinked KMS key alias when present; otherwise the VM id
Key typeFrom linked key metadata, or “public only” when no KMS link is exposed
PurposesRelationship purposes attached to this VM

Search filters alias and id. Remove is enabled only when method capabilities allow key management and update. Adding VMs is only available when the product/method supports it (capability-gated).

Match aliases here with Key Management > Keys when the product uses those keys for protocols.

Use the Keys tab on the detail screenshot above after opening an identifier.

Services tab

Service entries on the DID document (id, type, service endpoint). Add / Remove when the method supports service management. Endpoints are public document data—not Admin Console routing configuration.

JSON tab

Pretty-printed resolved DID document. Copy when available. Same logical document products may also publish for method-specific public resolution (for example did:web).

Open JSON on the identifier detail after selecting a DID.

Methods, Key Management: Keys, DID API, Keys and DID guide