How to use this temporary auth UI
- Register as nomad — individual on the Nomad microsystem (new Keycloak user).
- Register an organisation — creates an Innovation microsystem + founding staff (
admin_controller). If the Keycloak user already exists, use Back to Login on Keycloak (do not re-register).
- Login — works for both nomad and organisation staff (uses last active profile for org users).
- Create an invitation — when signed in as Microsystem staff, paste Microsystem id, email, membership type, and staff privilege. Success shows invitation_id; the accept token is emailed, never shown. Walk accept via
/invitations/accept?token=.
- Logout — clears ICE session and Keycloak SSO (so the next register/login is not stuck on the previous user).
Never refresh the /api/v1/auth/callback URL — auth codes are one-time.