We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ed7fc commit 5fd40efCopy full SHA for 5fd40ef
lib/Saml2/Response.php
@@ -772,7 +772,7 @@ public function processSignedElements()
772
if (!$this->validateSignedElements($signedElements)) {
773
throw new OneLogin_Saml2_ValidationError(
774
'Found an unexpected Signature Element. SAML Response rejected',
775
- OneLogin_Saml2_ValidationError::UNEXPECTED_SIGNED_ELEMENT
+ OneLogin_Saml2_ValidationError::UNEXPECTED_SIGNED_ELEMENTS
776
);
777
}
778
0 commit comments