We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898f95c commit 540e69bCopy full SHA for 540e69b
src/onelogin/saml2/response.py
@@ -83,6 +83,8 @@ def is_valid(self, request_data, request_id=None):
83
sp_entity_id = sp_data['entityId']
84
85
signed_elements = self.process_signed_elements()
86
+ if self.__settings.is_debug_active():
87
+ print(signed_elements)
88
89
has_signed_response = '{%s}Response' % OneLogin_Saml2_Constants.NS_SAMLP in signed_elements
90
has_signed_assertion = '{%s}Assertion' % OneLogin_Saml2_Constants.NS_SAML in signed_elements
0 commit comments