mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
website/integrations: add local browser setting to seafile (#18428)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user