From 8b798466520b8c1f7af36e201d7906900dbde757 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Wed, 21 Nov 2018 17:33:25 +0200 Subject: Remove unused code about only_identity_in_encrypted_assertion Signed-off-by: Ivan Kanakarakis --- src/saml2/entity.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/saml2/entity.py') diff --git a/src/saml2/entity.py b/src/saml2/entity.py index cb06d9b9..9ab60091 100644 --- a/src/saml2/entity.py +++ b/src/saml2/entity.py @@ -1187,11 +1187,6 @@ class Entity(HTTPBase): for _cert in cert: keys.append(_cert["key"]) - only_identity_in_encrypted_assertion = False - if "only_identity_in_encrypted_assertion" in kwargs: - only_identity_in_encrypted_assertion = kwargs[ - "only_identity_in_encrypted_assertion"] - try: assertions_are_signed = False # Record the assertions signature requirement. -- cgit v1.2.1