keystone/keystone/token
Lance Bragstad f463bdccf1 Validate identity providers during token validation
Previously, it was possible to validate a federated keystone token
after the identity provider associated by that token was deleted,
which is a security concern.

This commit does two things. First it makes it so that the token
cache is invalidated when identity providers are deleted. Second,
it validates the identity provider in the token data and ensures it
actually exists in the system before considering the token valid.

Change-Id: I57491c5a7d657b25cc436452acd7fcc4cd285839
Closes-Bug: 1291157
2018-02-01 23:33:42 +00:00
..
persistence Remove Dependency Injection 2017-12-13 10:59:39 -08:00
providers Validate identity providers during token validation 2018-02-01 23:33:42 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
_simple_cert.py Remove Dependency Injection 2017-12-13 10:59:39 -08:00
controllers.py Use keystone.common.provider_api for token APIs 2017-12-27 16:02:44 +00:00
provider.py Validate identity providers during token validation 2018-02-01 23:33:42 +00:00
token_formatters.py Implement system-scope in the token provider API 2018-01-23 13:50:20 +00:00