diff --git a/apps/authentication/backends/saml2/backends.py b/apps/authentication/backends/saml2/backends.py index d31692462..e1b1fb1eb 100644 --- a/apps/authentication/backends/saml2/backends.py +++ b/apps/authentication/backends/saml2/backends.py @@ -10,14 +10,14 @@ from .signals import ( saml2_user_authenticated, saml2_user_authentication_failed, saml2_create_or_update_user ) -from ..base import JMSBaseAuthBackend +from ..base import JMSModelBackend __all__ = ['SAML2Backend'] logger = get_logger(__file__) -class SAML2Backend(JMSBaseAuthBackend): +class SAML2Backend(JMSModelBackend): @staticmethod def is_enabled(): return settings.AUTH_SAML2