Skip to content

Commit

Permalink
[#1] added basic option for saml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriikah committed May 2, 2024
1 parent d4dd77a commit a21dc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/applicationsComponents/SAMLApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ export function SAMLApp({ name }: { name: string }) {
<URLLoader appName={name} loadFunction={updateSamlSPMetadata} />
</div>
)}
{optionSelected === "samlSPMetaDataExportedAttributes" && (
{(optionSelected === "samlSPMetaDataExportedAttributes" ||
optionSelected === "basic") && (
<div className="box">
<strong className="title2">
{t("samlSPMetaDataExportedAttributes")}
Expand Down

0 comments on commit a21dc5f

Please sign in to comment.