mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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
This commit is contained in:
parent
9d65a2dc8c
commit
b60c91cb19
2 changed files with 2 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ const Sso = ({
|
|||
<>
|
||||
Create user and sync permissions on login{" "}
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/deploy/single-sign-on-sso?utm_medium=fleetui&utm_source=sso-settings#just-in-time-jit-user-provisioning"
|
||||
url="https://fleetdm.com/learn-more-about/just-in-time-provisioning"
|
||||
text="Learn more"
|
||||
newTab
|
||||
/>
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue