Multilingual marketing site on www; tenant workspaces live on your subdomain. Authentication and APIs stay behind the Next.js BFF.
Use your tenant subdomain to sign in
TTO teams get the same hardened path: OIDC at the edge, opaque cookies, gateway JWT + M2M toward enatto-api inside the cluster.
Illustrative names — swap for real customer marks when ready.
Tenant workspace
Open your organisation subdomain (e.g. acme.enatto.com) to reach the animated sign-in flow and dashboard.
Browser talks to Next.js; short-lived gateway JWTs are minted server-side for internal APIs.
Locale negotiation with cookie preference, Accept-Language, and reduced-motion aware UI.
Same design language as EnaSpace console and portal.
Subdomain resolves the tenant context; admin routes require OIDC session.