website/integrations: add local browser setting to seafile (#18428)

This commit is contained in:
Dewi Roberts
2025-11-28 18:16:33 +00:00
committed by GitHub
parent 75ead31448
commit d140e4fdd3
@@ -74,6 +74,13 @@ OAUTH_ATTRIBUTE_MAP = {
# Optionally set the following variable to automatically redirect users to the login page
LOGIN_URL = 'https://seafile.company/oauth/login/'
# Enable client to open an external browser for single sign on
# When it is false, the old builtin browser is opened for single sign on
# When it is true, the default browser of the operation system is opened
# The benefit of using system browser is that it can support hardware 2FA
# Since 11.0.0, and sync client 9.0.5, drive client 3.0.8
CLIENT_SSO_VIA_LOCAL_BROWSER = True # default is False
```
## Configuration verification