Skip to content

Commit dde908b

Browse files
author
Roland Hedberg
committed
Merge pull request #225 from russel1237/master
Fix wrong function document message and add iml in gitignore
2 parents 390f442 + a92aa28 commit dde908b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tmp*
2929
*egg-info*
3030
.coverage
3131
*.tmpl
32+
*.iml
3233
_build/
3334

3435
example/idp3/htdocs/login.mako

src/saml2/server.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,7 @@ def parse_authn_request(self, enc_request, binding=BINDING_HTTP_REDIRECT):
212212
:param enc_request: The request in its transport format
213213
:param binding: Which binding that was used to transport the message
214214
to this entity.
215-
:return: A dictionary with keys:
216-
consumer_url - as gotten from the SPs entity_id and the metadata
217-
id - the id of the request
218-
sp_entity_id - the entity id of the SP
219-
request - The verified request
215+
:return: A request instance
220216
"""
221217

222218
return self._parse_request(enc_request, AuthnRequest,

0 commit comments

Comments
 (0)