Пример #1
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("google", services.google_login_func)
 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)
 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)
 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
 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)
 def ready(self):
     register_auth_plugin(
         "pingfederate",
         services.ping_federate_login_func,
     )