summaryrefslogtreecommitdiff
path: root/keystone/federation/core.py
Commit message (Expand)AuthorAgeFilesLines
* Validate identity providers during token validationLance Bragstad2018-02-011-0/+13
* Use keystone.common.provider_api for federation APIsLance Bragstad2017-12-271-4/+6
* Remove Dependency InjectionMorgan Fainberg2017-12-131-3/+1
* Handle auto-generated domains when creating IdPsyangweiwei2017-07-271-1/+17
* Use https for docs.openstack.org referencesEric Brown2017-01-301-2/+2
* Require domain_id when registering Identity ProvidersRonald De Rose2017-01-061-0/+26
* Validate mapping exists when creating/updating a protocolRonald De Rose2016-10-201-0/+17
* Remove stable driver interfacesSteve Martinelli2016-09-281-52/+0
* Update `href` for keystone extensionsDave Chen2016-08-221-2/+1
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Add cache invalidation for service providersLance Bragstad2016-06-141-0/+14
* Cache service providers on token validationLance Bragstad2016-06-031-0/+5
* Move the federation abstract base class out of coreRonald De Rose2016-05-091-508/+34
* Fix D400 PEP257Navid Pustchi2016-04-211-2/+2
* Support `id` and `enabled` attributes when listing service providersSteve Martinelli2016-03-161-11/+30
* Removing H405 violations from keystoneTin Lam2016-02-211-2/+1
* Raise more precise exception on keyword mapping errorsMarek Denis2016-02-011-1/+1
* Fix typo abstact in commentslin-hua-cheng2016-01-201-1/+1
* Enable `id`, `enabled` attributes filtering for list IdP APIDave Chen2016-01-161-15/+31
* Correct docstrings for federation driver interfaceHenry Nash2016-01-141-10/+71
* Fix incorrect signature in federation legacy V8 wrapperHenry Nash2016-01-131-6/+8
* Create V9 version of federation driver interfaceHenry Nash2016-01-061-1/+143
* Merge "Fix some inconsistency in docstrings"Jenkins2016-01-041-2/+2
|\
| * Fix some inconsistency in docstringsIrina2015-12-231-2/+2
* | Merge "Trival: Remove unused logging import"Jenkins2015-12-271-2/+0
|\ \
| * | Trival: Remove unused logging importChaozhe.Chen2015-12-261-2/+0
| |/
* | Wrong usage of "a/an"hgangwx2015-12-261-4/+4
|/
* Update extensions linksSamuel de Medeiros Queiroz2015-12-071-1/+2
* Using the right format to render the docstring correctlyDave Chen2015-11-241-18/+36
* Move federation extension into keystone coreSteve Martinelli2015-11-181-0/+355