diff --git a/.gitignore b/.gitignore index dad9802..2059549 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ tmp* *egg-info* .coverage *.tmpl +*.iml _build/ example/idp3/htdocs/login.mako diff --git a/src/saml2/server.py b/src/saml2/server.py index 8656cae..02a72c9 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,