This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
jumpserver
mirror of
https://github.com/jumpserver/jumpserver
Watch
1
Star
0
Fork
You've already forked jumpserver
0
Code
Issues
Releases
Wiki
Activity
6c1c8b241e
jumpserver
/
apps
/
authentication
/
backends
/
saml2
/
signals.py
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
feat: 支持saml2协议的单点登录,合并代码 (#7347) * fix: 支持saml2协议的单点登录 * feat: 支持saml2协议的单点登录,合并代码 Co-authored-by: jiangweidong <weidong.jiang@fit2cloud.com>
2021-12-09 07:47:21 +00:00
from
django
.
dispatch
import
Signal
perf: 修改支持 Django4
2023-07-24 03:52:25 +00:00
saml2_create_or_update_user
=
Signal
(
)