コード例 #1
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("google", services.google_login_func)
コード例 #2
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("kerberos", services.kerberos_login_func)
コード例 #3
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("ldap", services.ldap_login_func)
コード例 #4
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("fas-openid", services.fas_openid_login_func)
     register_auth_plugin(None, services.fas_openid_login_func)
コード例 #5
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("google", services.google_login_func)
コード例 #6
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("ldap", services.ldap_login_func)
コード例 #7
0
 def ready(self):
     register_auth_plugin("slack", services.slack_login_func)
コード例 #8
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("fas-openid", services.fas_openid_login_func)
     register_auth_plugin(None, services.fas_openid_login_func)
コード例 #9
0
 def ready(self):
     register_auth_plugin("google", services.google_login_func)
コード例 #10
0
 def ready(self):
     register_auth_plugin("github", services.github_login_func)
コード例 #11
0
 def ready(self):
     register_auth_plugin("ldap", services.ldap_login_func)
コード例 #12
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("openid", services.openid_login_func)
コード例 #13
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin('saml', services.saml_login_func)
コード例 #14
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     logger.debug("Registering taiga_contrib_github_extended_auth.")
     register_auth_plugin("github", services.github_login_func)
コード例 #15
0
ファイル: apps.py プロジェクト: BCDevOps/builder-images
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     logger.debug("Registering taiga_contrib_github_extended_auth.")
     register_auth_plugin("github", services.github_login_func)
コード例 #16
0
 def ready(self):
     register_auth_plugin(
         "pingfederate",
         services.ping_federate_login_func,
     )