Fleet UI: Add "Learn more" link to End-user Authentication docs on SSO settings page (#42814)

Resolves #40164 

Manually verified:
<img width="785" height="187" alt="image"
src="https://github.com/user-attachments/assets/c2b91fd4-3592-4760-8241-c33a89e162c0"
/>

Adds a "Learn more" link to the [End-user
Authentication](https://fleetdm.com/guides/setup-experience#end-user-authentication)
documentation on the `/settings/integrations/sso/end-users` page, making
it easier for customers to reference docs while configuring SSO
settings.

- **`EndUserAuthSection.tsx`**: Appended a `Learn more` anchor (opens in
new tab) after the description text in the end-user auth settings card.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added a "Learn more" link in the end user authentication setup
section, providing quick access to comprehensive setup guidance and
documentation.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: getvictor <2685025+getvictor@users.noreply.github.com>
This commit is contained in:
Copilot 2026-04-01 16:25:57 -05:00 committed by GitHub
parent 082044e7a0
commit 511e042427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1 @@
- Added "Learn more" link on End User Authentication section.

View file

@ -17,6 +17,7 @@ import Button from "components/buttons/Button/Button";
import TooltipWrapper from "components/TooltipWrapper";
import GitOpsModeTooltipWrapper from "components/GitOpsModeTooltipWrapper";
import PremiumFeatureMessage from "components/PremiumFeatureMessage";
import CustomLink from "components/CustomLink";
import {
IFormDataIdp,
@ -141,7 +142,12 @@ const EndUserAuthSection = ({
Controls &gt; Setup experience &gt; End user authentication
</strong>
, end users will be required to authenticate when they first set up
their host.
their host.{" "}
<CustomLink
text="Learn more"
url="https://fleetdm.com/guides/setup-experience#end-user-authentication"
newTab
/>
</p>
<div
className={`form ${