Access
How this application identifies you to the backend.
No real authentication exists yet
The AegisOne Remote Installer backend does not implement a real authentication or session service today. Every request this application sends is identified by a plain, trivially forgeable HTTP header — this is a permanent development-only scaffold, documented as such by the backend itself, and it can never reach a production deployment of the backend (which refuses to start until a real authentication service exists).
Current asserted identity
- Actor ID
- (backend default)
- Tenant ID
- (backend default)
Configured via NEXT_PUBLIC_DEV_ACTOR_ID / NEXT_PUBLIC_DEV_TENANT_ID at build/deploy time — see .env.example. These are not secrets and are never treated as a credential; they are sent openly on every request, exactly as the backend itself documents.