summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-04-15 11:18:51 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-04-15 11:18:51 +0200
commitf3a20a2da500d863c2087233d516380bf9591d5c (patch)
treeeb78b0240f3bea15f2bfa79e5e59c97bb365fc0e /src/saml2/client.py
parenta3a16f02c82227d0c99b42cc4922e3f2dffbc0cb (diff)
downloadpysaml2-f3a20a2da500d863c2087233d516380bf9591d5c.tar.gz
Some more descriptive text.
Diffstat (limited to 'src/saml2/client.py')
-rw-r--r--src/saml2/client.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/saml2/client.py b/src/saml2/client.py
index c68b1c92..9919492b 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -417,6 +417,14 @@ class Saml2Client(Base):
:param binding: Which binding the message came in over
:param sign: Whether the response will be signed or not
:return: Keyword arguments which can be used to send the response
+ what's returned follow different patterns for different bindings.
+ If the binding is BINDIND_SOAP, what is returned looks like this:
+ {
+ "data": <the SOAP enveloped response>
+ "url": "",
+ 'headers': [('content-type', 'application/soap+xml')]
+ 'method': "POST
+ }
"""
_req = self._parse_request(request, LogoutRequest,