Skip to content

Commit f341940

Browse files
author
Roland Hedberg
committed
Mismatch between parameters in call and parameters in method.
1 parent 06b712b commit f341940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/saml2/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def prepare_for_authenticate(self, entityid=None, relay_state="",
8181

8282
req = self.create_authn_request(destination, vorg, scoping,
8383
response_binding, nameid_format,
84-
consent, extensions, sign, **kwargs)
84+
consent=consent, extensions=extensions,
85+
sign=sign, **kwargs)
8586
_req_str = "%s" % req
8687

8788
logger.info("AuthNReq: %s" % _req_str)

0 commit comments

Comments
 (0)