Skip to content

Commit 9920afb

Browse files
committed
Remove comment
1 parent 8c7901c commit 9920afb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/onelogin/saml2/response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ def is_valid(self, request_data, request_id=None):
166166
continue
167167
else:
168168
irt = sc_data.get('InResponseTo', None)
169-
# We compare Assertion InResponseTo with Response value
170-
# if we have both.
171169
if in_response_to and irt and irt != in_response_to:
172170
continue
173171
recipient = sc_data.get('Recipient', None)

0 commit comments

Comments
 (0)