summaryrefslogtreecommitdiff
path: root/src/saml2/server.py
diff options
context:
space:
mode:
authorRussel Mahmud <hossain@newscred.com>2015-05-28 12:56:44 +0600
committerRussel Mahmud <hossain@newscred.com>2015-05-28 12:56:44 +0600
commita92aa281bfd239573efe6172443025a162cca7f0 (patch)
tree669e5c0220e96741d27d1427afc4886c275b80c1 /src/saml2/server.py
parent390f442067f1cab6ce74710fdd2c54d3c90f57bc (diff)
downloadpysaml2-a92aa281bfd239573efe6172443025a162cca7f0.tar.gz
Fix wrong function document message and add iml in gitignore
Diffstat (limited to 'src/saml2/server.py')
-rw-r--r--src/saml2/server.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/saml2/server.py b/src/saml2/server.py
index 8656caeb..02a72c9a 100644
--- a/src/saml2/server.py
+++ b/src/saml2/server.py
@@ -212,11 +212,7 @@ class Server(Entity):
:param enc_request: The request in its transport format
:param binding: Which binding that was used to transport the message
to this entity.
- :return: A dictionary with keys:
- consumer_url - as gotten from the SPs entity_id and the metadata
- id - the id of the request
- sp_entity_id - the entity id of the SP
- request - The verified request
+ :return: A request instance
"""
return self._parse_request(enc_request, AuthnRequest,