Merge "Fix V3ADFSPassword retrieval of scoped token"

This commit is contained in:
Jenkins 2017-05-16 02:31:15 +00:00 committed by Gerrit Code Review
commit 9561a56bb6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Password(base.BaseSAMLPlugin):
super(Password, self).__init__(
auth_url=auth_url, identity_provider=identity_provider,
identity_provider_url=identity_provider_url,
username=username, password=password, protocol=protocol)
username=username, password=password, protocol=protocol, **kwargs)
self.service_provider_endpoint = service_provider_endpoint