mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-17 07:58:52 +00:00
* fix: 支持saml2协议的单点登录 * feat: 支持saml2协议的单点登录,合并代码 Co-authored-by: jiangweidong <weidong.jiang@fit2cloud.com>
12 lines
227 B
Python
12 lines
227 B
Python
from .cas import *
|
|
from .ldap import *
|
|
from .oidc import *
|
|
from .radius import *
|
|
from .dingtalk import *
|
|
from .feishu import *
|
|
from .wecom import *
|
|
from .sso import *
|
|
from .base import *
|
|
from .sms import *
|
|
from .saml2 import *
|