Skip to content

Commit 8b79846

Browse files
committed
Remove unused code about only_identity_in_encrypted_assertion
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 641d566 commit 8b79846

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/saml2/entity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,11 +1187,6 @@ def _parse_response(self, xmlstr, response_cls, service, binding,
11871187
for _cert in cert:
11881188
keys.append(_cert["key"])
11891189

1190-
only_identity_in_encrypted_assertion = False
1191-
if "only_identity_in_encrypted_assertion" in kwargs:
1192-
only_identity_in_encrypted_assertion = kwargs[
1193-
"only_identity_in_encrypted_assertion"]
1194-
11951190
try:
11961191
assertions_are_signed = False
11971192
# Record the assertions signature requirement.

0 commit comments

Comments
 (0)