Skip to content

Commit

Permalink
Check signature validation with certificate alias is enabled to disab…
Browse files Browse the repository at this point in the history
…le request signature validation checkbox
  • Loading branch information
shanggeeth committed Jan 10, 2025
1 parent 17228b2 commit 046e7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ export const InboundSAMLForm: FunctionComponent<InboundSAMLFormPropsInterface> =
t("applications:forms.inboundSAML.sections" +
".requestValidation.fields.signatureValidation.validations.empty")
}
disabled={ !isCertAvailableForEncrypt }
disabled={ !isCertAvailableForEncrypt && !isSignatureValidationCertificateAliasEnabled}

Check warning on line 816 in features/admin.applications.v1/components/forms/inbound-saml-form.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint (STATIC ANALYSIS) (lts/*, 8.7.4)

This line has a length of 127. Maximum allowed is 120

Check warning on line 816 in features/admin.applications.v1/components/forms/inbound-saml-form.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint (STATIC ANALYSIS) (lts/*, 8.7.4)

A space is required before '}'
type="checkbox"
listen={
(values: Map<string, FormValue>) => {
Expand Down

0 comments on commit 046e7b1

Please sign in to comment.