N
Novaura Admin
Sign in with your workspace account
Access
You will authenticate against Novaura Auth. After signing in, you return here to open an operator session (user JWT verification + admin token bootstrap).
Need help? Ensure your email is in ADMIN_OPERATOR_EMAILS and ADMIN_EMAILS on the auth service.
Environment and redirects
NEXT_PUBLIC_AUTH_BASE_URLmust point at your Novaura Auth deployment. Trailing slashes are stripped before calling/token.- After IdP sign-in you land on
/auth/callback, which exchanges cookies for tokens and bootstraps this app's session.