From c27d1b27a3796f4d8300e2bda789b5bab368d775 Mon Sep 17 00:00:00 2001
From: Nico <32375741+nulmete@users.noreply.github.com>
Date: Tue, 20 Jan 2026 11:26:47 -0300
Subject: [PATCH] Fix: redirect to SSO > End Users tab from Controls > Setup
experience > End user auth set up (#38510)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Ad-hoc fix. Context:
https://fleetdm.slack.com/archives/C084F4MKYSJ/p1768917147413809
The **Connect** button was redirecting to `Settings > Integrations >
IdP` instead of `Settings > SSO > End users`.
---
.../cards/EndUserAuthentication/EndUserAuthentication.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/EndUserAuthentication.tsx b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/EndUserAuthentication.tsx
index 55c37aedfc..cddbe6612f 100644
--- a/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/EndUserAuthentication.tsx
+++ b/frontend/pages/ManageControlsPage/SetupExperience/cards/EndUserAuthentication/EndUserAuthentication.tsx
@@ -88,7 +88,7 @@ const EndUserAuthentication = ({
info="Connect Fleet to your identity provider (IdP) to get started."
buttonText="Connect"
router={router}
- path={PATHS.ADMIN_INTEGRATIONS_IDENTITY_PROVIDER}
+ path={PATHS.ADMIN_INTEGRATIONS_SSO_END_USERS}
/>
) : (