Skip to content

Commit

Permalink
Merge branch 'feature-SAML-14_overhaul' into release-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Mar 7, 2024
2 parents 59393c8 + 5b8ae43 commit 8f13cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/saml/response/SamlResponseParser.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ component {
}

if ( arguments.issuerType == "idp" ) {
var signaturesValid = _getOpenSamlUtils().validateSignatures(
var sigValid = _getOpenSamlUtils().validateSignatures(
samlResponse = parsedResponse.samlXml
, signingCert = parsedResponse.issuerEntity.idpRecord.signing_certificate ?: ""
);
Expand Down

0 comments on commit 8f13cfe

Please sign in to comment.