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”On a fresh installation, open https://auth.example.com/onboard to create the initial admin account. Once complete, navigate to https://auth.example.com/admin/ to access the Admin UI.
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 provides links to the API documentation at /api-docs/ (Redoc) for browsing endpoints, and the interactive Swagger UI at /swagger/index.html for testing requests directly.