Skip to main content

Displaying Credentials

Every wallet dashboard shows credentials in one of up to three tabs (see Managing Identities): Held Credentials, Issued Credentials, and Verification Results. The Dashboard also has cross-wallet "My Credentials" and "Issued Credentials" panels that pull from every identity you own — see the Dashboard section below.

List view

Each tab shows a table with the credential's Name, its Issuer (where applicable), Issued and Expires dates, and, on the Issued Credentials tab, a send-icon action to open the issuance wizard for any credential still in Draft status.

  • Held Credentials, empty: "No credentials received yet."
  • Issued Credentials, empty: "No credentials issued yet."

Click any row to open the Credential Detail dialog.

Credential detail

The detail dialog shows:

  • The credential type's icon and name, plus its technical type name.
  • A copyable signed value (the JWT/SD-JWT string), if the credential has been signed.
  • A Download PDF button, if the credential type has a PDF twin enabled (see Credential Types).
  • Status-dependent actions:
    • Edit — for draft credentials still awaiting issuance.
    • Issue — for drafts, opens the issuance wizard at the offer step.
    • Revoke — for valid (issued) credentials on wallets you issued from; asks for confirmation ("Are you sure you want to revoke {name}? This action cannot be undone.") before revoking.
  • A meta row: Issuer / Issued / Expires, plus a status chip:
    • Valid (green)
    • Invalid (red) — an error alert shows the reason underneath
    • Draft (grey)

The credential body

If the credential type has a configured Display Layout, the subject data renders in that layout — grouped cards with per-field formatting (plain text, Yes/No for booleans, formatted dates/datetimes, clickable links for URIs, inline images, or raw binary). If no display layout is configured, the subject is shown as a plain key/value list instead (a "fallback" view) — everything is still visible, just without custom formatting.

Dashboard quick-access panels

On the main Dashboard, below your identity list, three panels give you an owner-wide view across every wallet you have:

  • Verification Results — every verification result recorded by any of your wallets, by credential type and holder.
  • My Credentials — every credential your wallets hold, across all identities.
  • Issued Credentials — every credential any of your wallets has issued.

Clicking a row in any of these opens the same Credential Detail dialog described above (or, for verification results, a dedicated results dialog — see Verifying Credentials).

Continue to Issuing Credentials.