Skip to content

Admin UI Overview

The Admin UI is a React single-page application embedded in the Autentico binary, served at /admin/. It authenticates via OAuth2 using the built-in autentico-admin client.

Navigate to https://auth.example.com/admin/ in your browser. On first access after a fresh installation, you are redirected to the onboarding flow to create the initial admin account.

On subsequent visits, the Admin UI redirects you to the Autentico login page, then back to the admin dashboard after successful authentication.

SectionDescription
DashboardSummary statistics — user count, client count, active sessions
UsersCreate, view, edit, unlock, and delete user accounts
ClientsRegister, configure, and deactivate OAuth2 clients
SessionsView and revoke active SSO sessions
SettingsEdit all runtime settings in a form interface

The Admin UI also provides a link to the embedded Swagger UI at /admin/docs/, where you can browse and try all admin API endpoints interactively.