Add SSO_SIGNUPS_ALLOWED (#7272)

* Add SSO_SIGNUPS_ALLOWED

* Fix regression with domain_allowed in SSO onboarding

---------

Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
Timshel
2026-08-29 17:02:22 +02:00
committed by GitHub
co-authored by Timshel
parent 923f5d0b5e
commit 2073c03092
3 changed files with 43 additions and 1 deletions
+3
View File
@@ -518,6 +518,9 @@
## Prevent users from logging in directly without going through SSO
# SSO_ONLY=false
## Allow SSO flow to create account. You probably want to disable it when using a public provider.
# SSO_SIGNUPS_ALLOWED=true
## On SSO Signup if a user with a matching email already exists make the association
# SSO_SIGNUPS_MATCH_EMAIL=true