Fix: redirect to SSO > End Users tab from Controls > Setup experience > End user auth set up (#38510)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
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`.

<img width="1385" height="499" alt="Screenshot 2026-01-20 at 11 17
34 AM"
src="https://github.com/user-attachments/assets/67b5dff3-73a9-415a-975a-5bd504248ef1"
/>
This commit is contained in:
Nico 2026-01-20 11:26:47 -03:00 committed by GitHub
parent 4e66f183c2
commit c27d1b27a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}
/>
) : (
<EndUserAuthForm