Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -81,7 +81,8 @@ class Saml2Client(Base):
|
||||
|
||||
req = self.create_authn_request(destination, vorg, scoping,
|
||||
response_binding, nameid_format,
|
||||
consent, extensions, sign, **kwargs)
|
||||
consent=consent, extensions=extensions,
|
||||
sign=sign, **kwargs)
|
||||
_req_str = "%s" % req
|
||||
|
||||
logger.info("AuthNReq: %s" % _req_str)
|
||||
|
||||
@@ -382,7 +382,7 @@ class Entity(HTTPBase):
|
||||
req.destination = destination
|
||||
|
||||
if consent:
|
||||
req.consent = consent
|
||||
req.consent = "true"
|
||||
|
||||
if extensions:
|
||||
req.extensions = extensions
|
||||
|
||||
Reference in New Issue
Block a user