Fix wrong function document message and add iml in gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -29,6 +29,7 @@ tmp*
|
|||||||
*egg-info*
|
*egg-info*
|
||||||
.coverage
|
.coverage
|
||||||
*.tmpl
|
*.tmpl
|
||||||
|
*.iml
|
||||||
_build/
|
_build/
|
||||||
|
|
||||||
example/idp3/htdocs/login.mako
|
example/idp3/htdocs/login.mako
|
||||||
|
|||||||
@@ -212,11 +212,7 @@ class Server(Entity):
|
|||||||
:param enc_request: The request in its transport format
|
:param enc_request: The request in its transport format
|
||||||
:param binding: Which binding that was used to transport the message
|
:param binding: Which binding that was used to transport the message
|
||||||
to this entity.
|
to this entity.
|
||||||
:return: A dictionary with keys:
|
:return: A request instance
|
||||||
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 self._parse_request(enc_request, AuthnRequest,
|
return self._parse_request(enc_request, AuthnRequest,
|
||||||
|
|||||||
Reference in New Issue
Block a user