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)
def ready(self): from taiga.auth.services import register_auth_plugin from . import services register_auth_plugin("ldap", services.ldap_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)
def ready(self): register_auth_plugin("slack", services.slack_login_func)
def ready(self): register_auth_plugin("google", services.google_login_func)
def ready(self): register_auth_plugin("github", services.github_login_func)
def ready(self): register_auth_plugin("ldap", services.ldap_login_func)
def ready(self): from taiga.auth.services import register_auth_plugin from . import services register_auth_plugin("openid", services.openid_login_func)
def ready(self): from taiga.auth.services import register_auth_plugin from . import services register_auth_plugin('saml', services.saml_login_func)
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, )