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*
|
||||
.coverage
|
||||
*.tmpl
|
||||
*.iml
|
||||
_build/
|
||||
|
||||
example/idp3/htdocs/login.mako
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user