summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-12-05 08:48:25 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-12-05 08:48:25 +0100
commitc2701e9ba2c768d62dd54e171b51229a21135e83 (patch)
tree62e0952146bb4d9919549d1c6db8ea6187bac267 /src/saml2/client.py
parent94b574c56a7c2fe5b03d7ca948823c4b8af9fb39 (diff)
downloadpysaml2-c2701e9ba2c768d62dd54e171b51229a21135e83.tar.gz
If no identity information refrain from constructing an AttributeStatement.
Diffstat (limited to 'src/saml2/client.py')
-rw-r--r--src/saml2/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/saml2/client.py b/src/saml2/client.py
index 396f3d20..f5696dfe 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -433,6 +433,7 @@ class Saml2Client(Base):
'method': "POST
}
"""
+ logger.info("logout request: %s" % request)
_req = self._parse_request(request, LogoutRequest,
"single_logout_service", binding)