diff --git a/authentik/core/sources/flow_manager.py b/authentik/core/sources/flow_manager.py index 7be2e6d6e..3426636ca 100644 --- a/authentik/core/sources/flow_manager.py +++ b/authentik/core/sources/flow_manager.py @@ -148,7 +148,7 @@ class SourceFlowManager: def get_flow(self, **kwargs) -> HttpResponse: """Get the flow response based on user_matching_mode""" - action, connection = self.get_action() + action, connection = self.get_action(**kwargs) self._logger.debug("get_action() says", action=action, connection=connection) if connection: if action == Action.LINK: