From a21dc5f214c3b44c4c137d28a657b0e18b26b121 Mon Sep 17 00:00:00 2001 From: Camille Moussu Date: Thu, 2 May 2024 16:51:06 +0400 Subject: [PATCH] [#1] added basic option for saml --- src/components/applicationsComponents/SAMLApp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/applicationsComponents/SAMLApp.tsx b/src/components/applicationsComponents/SAMLApp.tsx index 8fcf07e..3db202f 100644 --- a/src/components/applicationsComponents/SAMLApp.tsx +++ b/src/components/applicationsComponents/SAMLApp.tsx @@ -268,7 +268,8 @@ export function SAMLApp({ name }: { name: string }) { )} - {optionSelected === "samlSPMetaDataExportedAttributes" && ( + {(optionSelected === "samlSPMetaDataExportedAttributes" || + optionSelected === "basic") && (
{t("samlSPMetaDataExportedAttributes")}