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 fac42e2 commit 5fc6294Copy full SHA for 5fc6294
src/onelogin/saml2/response.py
@@ -647,7 +647,7 @@ def process_signed_elements(self):
647
if not self.validate_signed_elements(signed_elements, raise_exceptions=True):
648
raise OneLogin_Saml2_ValidationError(
649
'Found an unexpected Signature Element. SAML Response rejected',
650
- OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENT
+ OneLogin_Saml2_ValidationError.UNEXPECTED_SIGNED_ELEMENTS
651
)
652
return signed_elements
653
0 commit comments