mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
4e66f183c2
commit
c27d1b27a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue