Single Sign-On (SSO) for the Orcest AI ecosystem, powered by Authentik.
Deployed at login.orcest.ai via Render Blueprint (render.yaml).
- Authentik Server - Identity Provider with OIDC/SAML/LDAP
- PostgreSQL - User/session storage (Render managed database)
| Service | Client ID | Redirect URI |
|---|---|---|
| RainyModel Admin | rainymodel |
https://rm.orcest.ai/auth/callback |
| Lamino | lamino |
https://llm.orcest.ai/auth/callback |
| Maestrist | maestrist |
https://agent.orcest.ai/auth/callback |
After first deployment:
- Visit
https://login.orcest.ai/if/flow/initial-setup/ - Create the initial admin account
- Create OIDC applications for each service
- Configure branding (Orcest AI logo, colors)
| Variable | Required | Description |
|---|---|---|
AUTHENTIK_SECRET_KEY |
Yes | Secret key for signing (generate with openssl rand -hex 32) |
AUTHENTIK_POSTGRESQL__* |
Yes | Database connection (auto-configured via Render Blueprint) |
MIT