Updates
This commit is contained in:
9
ETB-API/security/authentication/__init__.py
Normal file
9
ETB-API/security/authentication/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Authentication module for SSO and MFA
|
||||
from .sso import SSOAuthentication, SAMLAuthentication, OAuth2Authentication, LDAPAuthentication
|
||||
|
||||
__all__ = [
|
||||
'SSOAuthentication',
|
||||
'SAMLAuthentication',
|
||||
'OAuth2Authentication',
|
||||
'LDAPAuthentication'
|
||||
]
|
||||
Reference in New Issue
Block a user