feat(ui): add SAML documentation link in config modal (#8461)

Co-authored-by: Pablo Lara <larabjj@gmail.com>
Co-authored-by: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com>
This commit is contained in:
sumit-tft
2025-08-07 13:53:07 +05:30
committed by GitHub
parent 87eb2dfdf7
commit 240b02b498
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ All notable changes to the **Prowler UI** are documented in this file.
- Github provider support [(#8405)](https://github.com/prowler-cloud/prowler/pull/8405)
- XML validation for SAML metadata in the UI [(#8429)](https://github.com/prowler-cloud/prowler/pull/8429)
- Default Mutelist placeholder in the UI [(#8455)](https://github.com/prowler-cloud/prowler/pull/8455)
- Help link in the SAML configuration modal [(#8461)](https://github.com/prowler-cloud/prowler/pull/8461)
### 🔄 Changed
@@ -252,6 +252,16 @@ export const SamlConfigForm = ({
return (
<form ref={formRef} action={formAction} className="flex flex-col space-y-2">
<div className="py-1 text-xs">
Need help configuring SAML SSO?{" "}
<CustomLink
href={
"https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app-sso/"
}
>
Read the docs
</CustomLink>
</div>
<input type="hidden" name="id" value={samlConfig?.id || ""} />
<CustomServerInput
name="email_domain"