We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01166a1 + 3ae8d01 commit 422b271Copy full SHA for 422b271
src/onelogin/saml2/response.py
@@ -652,7 +652,7 @@ def process_signed_elements(self):
652
if not self.validate_signed_elements(signed_elements, raise_exceptions=True):
653
raise OneLogin_Saml2_ValidationError(
654
'Found an unexpected Signature Element. SAML Response rejected',
655
- OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENT
+ OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENTS
656
)
657
return signed_elements
658
0 commit comments