Skip to content

Commit 540e69b

Browse files
author
mrbasil
authored
Update response.py
1 parent 898f95c commit 540e69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/onelogin/saml2/response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def is_valid(self, request_data, request_id=None):
8383
sp_entity_id = sp_data['entityId']
8484

8585
signed_elements = self.process_signed_elements()
86+
if self.__settings.is_debug_active():
87+
print(signed_elements)
8688

8789
has_signed_response = '{%s}Response' % OneLogin_Saml2_Constants.NS_SAMLP in signed_elements
8890
has_signed_assertion = '{%s}Assertion' % OneLogin_Saml2_Constants.NS_SAML in signed_elements

0 commit comments

Comments
 (0)