Skip to content

Commit

Permalink
Fleet UI: Fix learn more about JIT provisioning link
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelElysia committed Nov 22, 2024
1 parent 3dd2a80 commit c432ad2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions changes/23749-fix-learn-more-link
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fleet UI: Fix learn more about JIT provisioning link
19 changes: 11 additions & 8 deletions frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,18 @@ const Sso = ({
name="enableJitProvisioning"
value={enableJitProvisioning}
parseTarget
helpText={
<>
<CustomLink
url="https://fleetdm.com/learn-more-about/just-in-time-provisioning"
text="Learn more"
newTab
/>{" "}
about just-in-time (JIT) user provisioning.
</>
}
>
<>
Create user and sync permissions on login{" "}
<CustomLink
url="https://fleetdm.com/learn-more-about/just-in-time-provisioning"
text="Learn more"
newTab
/>
</>
Create user and sync permissions on login
</Checkbox>
)}
<Button
Expand Down

0 comments on commit c432ad2

Please sign in to comment.