Add support for SIMPLE_SSO_NO_LOGIN_REDIRECT config setting (#4394)

* Add support for `SIMPLE_SSO_NO_LOGIN_REDIRECT` config setting

* reset changes on simple page

* redirect at root

* remove paths change
This commit is contained in:
Timothy Carambat
2025-09-17 12:51:00 -07:00
committed by GitHub
parent b8d4cc3454
commit cd063af4d1
6 changed files with 40 additions and 3 deletions

View File

@@ -352,6 +352,7 @@ TTS_PROVIDER="native"
# See https://docs.anythingllm.com/configuration#simple-sso-passthrough for more information.
# SIMPLE_SSO_ENABLED=1
# SIMPLE_SSO_NO_LOGIN=1
# SIMPLE_SSO_NO_LOGIN_REDIRECT=https://your-custom-login-url.com (optional)
# Allow scraping of any IP address in collector - must be string "true" to be enabled
# See https://docs.anythingllm.com/configuration#local-ip-address-scraping for more information.