Merge pull request #225 from russel1237/master

Fix wrong function document message and add iml in gitignore
This commit is contained in:
Roland Hedberg 2015-05-28 09:06:56 +02:00
commit dde908b596
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ tmp*
*egg-info*
.coverage
*.tmpl
*.iml
_build/
example/idp3/htdocs/login.mako

View File

@ -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,