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

Open the Admin Console

Prerequisites

  • An EDK enterprise deployment with first-run setup complete (license active, setup gate closed).
  • A platform operator account (created during bootstrap or onboarding).

See the Enterprise deployment walkthrough and Operator sign-in for installation and token acquisition details.

URL

https://platform.<base-domain>/admin-console

Example for a lab domain example.com:

https://platform.example.com/admin-console

Sign-in

The console uses the platform authorization server with OAuth 2.0 authorization code + PKCE (public client). After login you land on the tenant list (platform operator) or the product overview for your tenant.

The same operator token is valid for Platform Admin REST calls at /api/platform/admin/v1. Tenant-scoped APIs (KMS, DID, issuer, …) use the tenant gateway host and a tenant-scoped token where required.

Next