From b60c91cb190266a5589c7ebf2382f78d824b5796 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:13:35 -0500 Subject: [PATCH] Fix link on Organization settings > SSO page (#15581) - Add redirect so that we can change the link later w/o breaking it in the UI --- frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx | 2 +- website/config/routes.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx b/frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx index 69da00fdf7..8e6492ee7d 100644 --- a/frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx +++ b/frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx @@ -228,7 +228,7 @@ const Sso = ({ <> Create user and sync permissions on login{" "} diff --git a/website/config/routes.js b/website/config/routes.js index 7209aab9e1..2346c9ef03 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -511,6 +511,7 @@ module.exports.routes = { // These are external links not maintained by Fleet. We can point the Fleet UI to redirects here instead of the // original sources to help avoid broken links. 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366', + 'GET /learn-more-about/just-in-time-provisioning': 'https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning', 'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com', // Sitemap