From 7662900945cc4f417cf01e5f7f2ba21b673d2c36 Mon Sep 17 00:00:00 2001 From: initstring <26131150+initstring@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:21:40 +1100 Subject: [PATCH] Clarify SSO docs --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 7045c17..f423a59 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,6 +36,8 @@ For any SSO provider, configure the following in your identity provider console: - Authorized JavaScript origins: matches `AUTH_URL` from `.env`. - Authorized redirect URIs: `AUTH_URL` + `/api/auth/callback/` (for example, `/api/auth/callback/github`). +SSO will NOT auto-create users. They must be added first inside the platform, and then SSO with matching emails will just work. For the first login to the platform, ensure `INTIAL_ADMIN_EMAIL` matches whatever SSO account you want to use to log in. One logged in, you can manually add addition users who will then be permitted to log in via SSO with matching email addresses. + ### Start the containers From the repository root: