Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
ecd33174
Commit
ecd33174
authored
Sep 18, 2019
by
BaiJiangJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] OpenID 认证共享session配置默认值修改为 True
parent
143ed8e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conf.py
apps/jumpserver/conf.py
+1
-1
config_example.yml
config_example.yml
+1
-1
No files found.
apps/jumpserver/conf.py
View file @
ecd33174
...
...
@@ -345,7 +345,7 @@ defaults = {
'SESSION_EXPIRE_AT_BROWSER_CLOSE'
:
False
,
'AUTH_OPENID'
:
False
,
'AUTH_OPENID_IGNORE_SSL_VERIFICATION'
:
True
,
'AUTH_OPENID_SHARE_SESSION'
:
Fals
e
,
'AUTH_OPENID_SHARE_SESSION'
:
Tru
e
,
'OTP_VALID_WINDOW'
:
2
,
'OTP_ISSUER_NAME'
:
'Jumpserver'
,
'EMAIL_SUFFIX'
:
'jumpserver.org'
,
...
...
config_example.yml
View file @
ecd33174
...
...
@@ -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:
Fals
e
# AUTH_OPENID_SHARE_SESSION:
Tru
e
#
# Use Radius authorization
# 使用Radius来认证
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment