Public entrypoint
A public overview that explains what the platform does and funnels users into the login flow or their existing session.
Sign in, inspect account context, and run admin flows through one gateway-backed frontend that keeps browser traffic on appx-cloud.com.
The interface is intentionally narrow: it starts gateway auth, shows the synced user context, exposes admin impersonation when allowed, and keeps EAN operations behind the same server-side boundary.
A public overview that explains what the platform does and funnels users into the login flow or their existing session.
A clean account page backed by the synced user directory, with active impersonation state visible when present.
Role-aware search, token exchange initiation, and an explicit end action instead of hidden session state.
Admin-only GTIN and product workflows share the same visual language and gateway proxy constraints as the identity screens.
AppX Cloud presents a calm account surface while proxy handlers keep Spring Gateway cookies, token introspection, metrics, and admin actions out of client-side storage.
Gateway authorization redirect to ZITADEL.
Server-side route handlers proxy backend APIs.