diff --git a/docs/img/admin-signin.png b/docs/img/admin-signin.png index 05c59ef..20cdf26 100644 Binary files a/docs/img/admin-signin.png and b/docs/img/admin-signin.png differ diff --git a/docs/ui-guide.md b/docs/ui-guide.md index be1f75c..92e73e4 100644 --- a/docs/ui-guide.md +++ b/docs/ui-guide.md @@ -38,10 +38,11 @@ credentials are keyed by them. ## `/admin` — operator console - + -> The Microsoft button is always rendered here; on a deployment without -> interactive login just ignore it and paste an admin token. +As on `/me`, the Microsoft button appears only when interactive login is +configured (the page checks `/health`); on a token-only deployment you get just +the token box, shown above. ### Status diff --git a/packages/gateway/public/admin.html b/packages/gateway/public/admin.html index 324b50f..8ae5ff2 100644 --- a/packages/gateway/public/admin.html +++ b/packages/gateway/public/admin.html @@ -71,10 +71,10 @@
Or paste an admin bearer token (a static MCP_TOKENS_ADMIN token or an OIDC access token for this gateway) — break-glass for when interactive login is unavailable.
Paste an admin bearer token (a static MCP_TOKENS_ADMIN token or an OIDC access token for this gateway) — break-glass for when interactive login is unavailable.