summaryrefslogtreecommitdiff
path: root/keystone/token/provider.py
Commit message (Expand)AuthorAgeFilesLines
* OAuth 2.0 Mutual-TLS Supportsunyonggen2023-03-031-3/+5
* Limit token expiration to application credential expirationDave Wilde (d34dh0r53)2022-10-211-0/+17
* Remove six usageVishakha Agarwal2020-01-301-4/+2
* Fix token auth error if federated_groups_id is empty listshenjiatong2019-12-301-1/+1
* Add access rules to token validationColleen Murphy2019-09-141-1/+22
* Deprecate cache_on_issue configuration optionLance Bragstad2019-02-181-2/+2
* Address FIXMEs for listing revoked tokensLance Bragstad2018-08-011-11/+0
* Remove remnants of token bindLance Bragstad2018-07-131-8/+0
* Simplify the token provider APILance Bragstad2018-07-131-36/+124
* Simplify federation and oauth token callbacksLance Bragstad2018-02-161-4/+0
* Simplify token persistence callbacksLance Bragstad2018-02-161-4/+2
* Refactor token cache invalidation callbacksLance Bragstad2018-02-151-84/+20
* Remove needs_persistence property from token providersLance Bragstad2018-02-151-56/+0
* Remove unused class variables from token providerLance Bragstad2018-02-141-2/+0
* Remove the sql token driver and uuid token providerLance Bragstad2018-02-121-28/+34
* Validate identity providers during token validationLance Bragstad2018-02-011-0/+15
* Add application credential auth pluginColleen Murphy2018-01-271-2/+4
* Implement system-scope in the token provider APILance Bragstad2018-01-231-5/+7
* Use keystone.common.provider_api for token APIsLance Bragstad2017-12-271-7/+10
* Remove Dependency InjectionMorgan Fainberg2017-12-131-5/+2
* Remove v2 token value modelGuo Shan2017-10-261-17/+1
* Don't need to contruct data if not need persistencezlyqqq2017-05-231-9/+9
* Remove log translations in keystonewingwj2017-03-251-3/+3
* Merge "Invalidate token cache after token delete"Jenkins2016-12-201-0/+6
|\
| * Invalidate token cache after token deleteSamuel de Medeiros Queiroz2016-12-071-0/+6
* | Allow fetching an expired tokenJamie Lennox2016-11-281-5/+11
* | Remove metadata from token providerLance Bragstad2016-11-201-13/+3
* | Remove issue_v3_token in favor of issue_tokenLance Bragstad2016-11-111-5/+5
* | Remove issue_v2_tokenLance Bragstad2016-11-111-37/+0
* | Use issue_v3_token instead of issue_v2_tokenLance Bragstad2016-11-111-9/+0
* | Remove support for PKI and PKIz tokensSteve Martinelli2016-11-011-5/+1
* | Remove backend dependencies from token providerRonald De Rose2016-10-171-73/+0
* | Move the token abstract base class out of coreRonald De Rose2016-10-141-98/+0
* | One validate method to rule them all...Lance Bragstad2016-10-121-37/+15
* | Remove validate_v2_token() methodLance Bragstad2016-10-121-59/+11
* | Use validate_v3_token instead of validate_tokenLance Bragstad2016-10-051-32/+1
* | Fix the belongsTo query parameterLance Bragstad2016-09-231-18/+2
* | Consistently round down timestampsLance Bragstad2016-09-121-1/+2
* | Pre-cache new tokensAlexander Makarov2016-08-311-0/+50
* | Merge "Distributed cache namespace to invalidate regions"Jenkins2016-08-291-2/+1
|\ \
| * | Distributed cache namespace to invalidate regionsDavid Stanek2016-08-291-2/+1
* | | Make token_id a required parameter in v3_to_v2_tokenLance Bragstad2016-08-291-2/+1
|/ /
* | Make all token provider behave the same with trustsLance Bragstad2016-08-031-2/+2
* | Isolate token caching into its own regionLance Bragstad2016-07-081-5/+10
* | Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* | Merge "Revert to caching fernet tokens the same way we do UUID"Jenkins2016-06-081-0/+8
|\ \
| * | Revert to caching fernet tokens the same way we do UUIDHenry Nash2016-06-081-0/+8
* | | Return 404 instead of 401 for tokens w/o rolesRoxana Gherle2016-06-071-12/+12
|/ /
* | remove deprecated revoke_by_expiration functionSteve Martinelli2016-05-221-28/+6
|/
* Add is_domain in token responseRaildo Mascena2016-05-111-3/+5