keystoneauth/keystoneauth1/identity/v3
Alvaro Lopez Garcia 553a523830 oidc: add OidcAccessToken class to authenticate reusing an access token
Some services or users may have obtained an access token, so it would be
possible to authenticate using this token directly (for example a
service where the user has already logged in). This new class makes
possible to use an access token to authenticate directly with Keystone,
exchanging it for a Keystone token.

Closes-bug: 1583780
Change-Id: I5a31270194a3d1aa48de709dba49afde460731e2
2016-05-20 09:31:09 +02:00
..
__init__.py Fix exported symbol in identity.v3 2016-03-01 20:35:14 +00:00
base.py Removing tox ignore D400. 2016-04-18 21:20:51 +00:00
federation.py Generate FederationBaseAuth constructor parameters 2016-03-01 20:34:38 +00:00
k2k.py Add 303 as redirect code for k2k plugin 2016-04-25 18:53:19 -03:00
oidc.py oidc: add OidcAccessToken class to authenticate reusing an access token 2016-05-20 09:31:09 +02:00
password.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
token.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00