From d140e4fdd398ee968eb2ecdc2f368d9e9f336a8e Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Fri, 28 Nov 2025 18:16:33 +0000 Subject: [PATCH] website/integrations: add local browser setting to seafile (#18428) --- website/integrations/media/seafile/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/integrations/media/seafile/index.md b/website/integrations/media/seafile/index.md index 2548b12776..b2a66b77bc 100644 --- a/website/integrations/media/seafile/index.md +++ b/website/integrations/media/seafile/index.md @@ -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