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.
Accessing the Admin UI
Section titled “Accessing the Admin UI”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.
Sections
Section titled “Sections”| Section | Description |
|---|---|
| Dashboard | Summary statistics — user count, client count, active sessions |
| Users | Create, view, edit, unlock, and delete user accounts |
| Clients | Register, configure, and deactivate OAuth2 clients |
| Sessions | View and revoke active SSO sessions |
| Settings | Edit all runtime settings in a form interface |
API Docs
Section titled “API Docs”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.