From 58ea23e883841fdb9a6c41489dc8572db2c6965d Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 17 Sep 2010 14:44:02 +0200 Subject: [PATCH] Fixed non-keyword arg after key-word arg --- src/saml2/server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/saml2/server.py b/src/saml2/server.py index 58c4252..0017fb2 100644 --- a/src/saml2/server.py +++ b/src/saml2/server.py @@ -338,7 +338,8 @@ class Server(object): name_id, self.conf.attribute_converters(), policy, issuer=_issuer, - authn_class, authn_authn) + authn_class=authn_class, + authn_auth=authn_authn) else: assertion = ast.construct(sp_entity_id, in_response_to, name_id,