diff --git a/src/authentic2_auth_fedict/__init__.py b/src/authentic2_auth_fedict/__init__.py index 2d48290..03cf783 100644 --- a/src/authentic2_auth_fedict/__init__.py +++ b/src/authentic2_auth_fedict/__init__.py @@ -42,6 +42,9 @@ class Plugin(object): def get_authentication_backends(self): return ['authentic2_auth_fedict.backends.FedictBackend'] + def get_auth_frontends(self): + return ['authentic2_auth_fedict.authenticators.FedictAuthenticator'] + def get_authenticators(self): return ['authentic2_auth_fedict.authenticators.FedictAuthenticator']