summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib/auth
Commit message (Expand)AuthorAgeFilesLines
* fix a typo in docstringmelissaml2018-06-071-1/+1
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-042-5/+0
* Fixing D301 PEP257 violation.Navid Pustchi2016-05-022-2/+2
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+3
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-2/+3
* use positional library instead of utilsSteve Martinelli2016-01-251-2/+2
* Mark password/secret options as secretBrant Knudson2016-01-142-3/+4
* Wrong usage of "a/an"hgangwx2015-12-301-1/+1
* Swap the order of username deprecationMonty Taylor2015-11-191-2/+2
* Redirect on 303 in SAML pluginJamie Lennox2015-10-021-8/+10
* Fix Accept header in SAML2 requestsJamie Lennox2015-08-261-1/+1
* Proper deprecation for BaseIdentityPlugin username, password, token_id proper...Brant Knudson2015-07-262-4/+64
* Add openid connect client supportSteve Martinelli2015-06-171-0/+189
* Change oslo.config to oslo_configBrant Knudson2015-01-311-1/+1
* Correct documenting constructor parametersBrant Knudson2014-12-041-55/+50
* Merge "Docstring cleanup for return type"Jenkins2014-12-021-3/+4
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-151-3/+4
* | Removes confusing _uuid propertyDavid Stanek2014-11-261-6/+2
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-8/+9
|\ \
| * | Cleanup docs - raises classBrant Knudson2014-10-181-8/+9
| |/
* | I18nBrant Knudson2014-10-281-15/+17
|/
* Docstrings should have :returns: everywhere.Marek Denis2014-10-151-1/+1
* SAML2 federated authentication for ADFS.Marek Denis2014-09-171-41/+490
* Don't log sensitive auth dataJamie Lennox2014-07-241-1/+1
* Merge "Rename saml2_token_url to token_url"Jenkins2014-07-231-3/+3
|\
| * Rename saml2_token_url to token_urlMarek Denis2014-07-231-3/+3
* | Enforce authenticated=False in saml2 pluginMarek Denis2014-07-231-2/+4
|/
* Scope unscoped saml2 tokens.Marek Denis2014-07-221-1/+25
* SAML2 ECP auth pluginMarek Denis2014-07-153-0/+411