diff --git a/authentik/blueprints/apps.py b/authentik/blueprints/apps.py index 2fdc31015..eebdd15c6 100644 --- a/authentik/blueprints/apps.py +++ b/authentik/blueprints/apps.py @@ -21,7 +21,7 @@ class ManagedAppConfig(AppConfig): self._logger = get_logger().bind(app_name=app_name) def ready(self) -> None: - self.reconcile() + self.reconcile_global() self.reconcile_tenant() return super().ready()