Unverified Commit dea9151a authored by BaiJiangJie's avatar BaiJiangJie Committed by GitHub

Merge pull request #3242 from jumpserver/v52_config

[Update] OpenID 认证共享session配置默认值修改为 True
No related merge requests found
......@@ -345,7 +345,7 @@ defaults = {
'SESSION_EXPIRE_AT_BROWSER_CLOSE': False,
'AUTH_OPENID': False,
'AUTH_OPENID_IGNORE_SSL_VERIFICATION': True,
'AUTH_OPENID_SHARE_SESSION': False,
'AUTH_OPENID_SHARE_SESSION': True,
'OTP_VALID_WINDOW': 2,
'OTP_ISSUER_NAME': 'Jumpserver',
'EMAIL_SUFFIX': 'jumpserver.org',
......
......@@ -62,7 +62,7 @@ REDIS_PORT: 6379
# AUTH_OPENID_CLIENT_ID: client-id
# AUTH_OPENID_CLIENT_SECRET: client-secret
# AUTH_OPENID_IGNORE_SSL_VERIFICATION: True
# AUTH_OPENID_SHARE_SESSION: False
# AUTH_OPENID_SHARE_SESSION: True
#
# Use Radius authorization
# 使用Radius来认证
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment