summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/entity.py')
-rw-r--r--src/saml2/entity.py5
1 files changed, 0 insertions, 5 deletions
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.