summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-21 17:33:25 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-21 17:39:02 +0200
commit8b798466520b8c1f7af36e201d7906900dbde757 (patch)
tree1db769bfc13b6aa3dd83c4ef83fc51c8dce1b0b3 /src/saml2/entity.py
parent641d5665f48b727d425cb26b76c15e1aa15c2fa3 (diff)
downloadpysaml2-8b798466520b8c1f7af36e201d7906900dbde757.tar.gz
Remove unused code about only_identity_in_encrypted_assertion
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
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.