Exemplo n.º 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)
Exemplo n.º 3
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("ldap", services.ldap_login_func)
Exemplo n.º 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)
Exemplo n.º 5
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("google", services.google_login_func)
Exemplo n.º 6
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("ldap", services.ldap_login_func)
Exemplo n.º 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)
Exemplo n.º 9
0
 def ready(self):
     register_auth_plugin("google", services.google_login_func)
 def ready(self):
     register_auth_plugin("github", services.github_login_func)
Exemplo n.º 11
0
 def ready(self):
     register_auth_plugin("ldap", services.ldap_login_func)
Exemplo n.º 12
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin("openid", services.openid_login_func)
Exemplo n.º 13
0
 def ready(self):
     from taiga.auth.services import register_auth_plugin
     from . import services
     register_auth_plugin('saml', services.saml_login_func)
Exemplo n.º 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)
Exemplo n.º 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,
     )