From 5bbe63bd387d558ccc73b631e83f06c4ca14aa05 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 17 Sep 2010 14:45:38 +0200 Subject: [PATCH] Fixed spelling error --- src/saml2/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/saml2/server.py b/src/saml2/server.py index 0017fb2..f44f9a2 100644 --- a/src/saml2/server.py +++ b/src/saml2/server.py @@ -332,8 +332,8 @@ class Server(object): return self.error_response(consumer_url, in_response_to, sp_entity_id, exc, name_id) - if auth: # expected to be a 2-tuple class+authority - (authn_class, authn_authn) = auth + if authn: # expected to be a 2-tuple class+authority + (authn_class, authn_authn) = authn assertion = ast.construct(sp_entity_id, in_response_to, name_id, self.conf.attribute_converters(),