How to add users
TODO — Keycloak UI walkthrough with screenshots.
Short version:
- Go to
https://auth.yourdomain.comand log in as admin. - Admin interface -> Directory -> Users -> “Create”
- Fill in username + email. Set a strong password OR send an invite (Keycloak emails a set-password link via SMTP — requires operator to have wired up SMTP).
- Pick the user’s tier. New users land in
client(your external users) by default. For an employee, also add them tostaff(your team’s baseline access). For finer-grained access, add a per- department subgroup of staff (e.g.accounting,engineering).adminis the operator tier — assign it deliberately, never by default. - User can now log in at any app subdomain (
admin.yourdomain.com,monitor.yourdomain.com,actions.yourdomain.com,dash.yourdomain.com) with their email + password.
Self-service flows that work without operator involvement:
- Password reset (email link)
- Profile edits (display name, email)
- Enabling MFA on own account