Edy ServicesCatalog Create account Sign in

Reference

Architecture

The estate as drawn, and the two integration contracts that hold it together.

EDGE IDENTITY SERVICES PLATFORM Edy-Proxy DHCP · DNS · TFTP · iPXE Netboot unattended Win11 Browsers operators · collaborators Edy-Auth 10.90.0.10 : 8543 · realms, providers, sessions Services Catalog 10.90.0.20 : 8080 Collaboration projects · RFP · proposals Cockpit tuner · remote desktop podman KVM / libvirt Samba AD edt1 · Ubuntu 26.04 sign-in token introspection

Contract 01

Browser sign-in

The catalog sends the browser to Edy-Auth with the site origin and a return address. Edy-Auth authenticates, then redirects back with a site token. The catalog never sees the password.

GET /api/v1/auth/getauthtoken?site=…&RedirectTo=…

Contract 02

Token introspection

The catalog exchanges that token for an identity server-to-server, over the container network. This is the endpoint Edy-Auth publishes so sibling services can resolve roles without re-running the login flow.

GET /api/v1/introspect?token=… → {valid, user_guid, roles}