diff --git a/src/authentic2_auth_fedict/authenticators.py b/src/authentic2_auth_fedict/authenticators.py index b6b6115..575d88d 100644 --- a/src/authentic2_auth_fedict/authenticators.py +++ b/src/authentic2_auth_fedict/authenticators.py @@ -30,7 +30,7 @@ from . import app_settings class FedictAuthenticator(BaseAuthenticator): id = 'fedict' - priority = 1 + priority = -1 def enabled(self): return app_settings.enable and list(get_idps())