Issuer profile builder

Give issuers a human name without hiding the DID.

Build the signed-profile companion document wallets can use for issuer display name, logo, domain, and short description.

Issuer profile

Profile document

Save profiles locally so card definitions can reference them.

Export

Issuer profile JSON

{
  "kind": "credential-issuer-profile.v1",
  "id": "vibeid.issuer",
  "version": "1.0.0",
  "issuer": "did:vibe:p256:AwG0cMxZhIKbmkmEXhYgL6m23HZjCXX2uUL4FMb9qxBx",
  "name": "VibeID",
  "shortDescription": "Device-held identity for the open web",
  "domain": "vibeid.se",
  "logoUri": "https://vibeid.se/brand/vibeid-logo.png",
  "websiteUri": "https://vibeid.se"
}