Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 968f562

Browse files
authored
Clarify SSO docs (#79)
Adds quick clarity on SSO usage
1 parent c8cb7af commit 968f562

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ For any SSO provider, configure the following in your identity provider console:
3636
- Authorized JavaScript origins: matches `AUTH_URL` from `.env`.
3737
- Authorized redirect URIs: `AUTH_URL` + `/api/auth/callback/<provider>` (for example, `/api/auth/callback/github`).
3838

39+
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.
40+
3941
### Start the containers
4042

4143
From the repository root:

0 commit comments

Comments
 (0)