keystoneauth/keystoneauth1/tests/unit/identity
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 Move around the tests so they can be found easier 2015-09-02 19:24:34 -06:00
test_access.py Move around the tests so they can be found easier 2015-09-02 19:24:34 -06:00
test_identity_common.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
test_identity_v2.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
test_identity_v3.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
test_identity_v3_federation.py Add 303 as redirect code for k2k plugin 2016-04-25 18:53:19 -03:00
test_identity_v3_oidc.py oidc: add OidcAccessToken class to authenticate reusing an access token 2016-05-20 09:31:09 +02:00
test_password.py Specify default_domain to generic plugin 2015-11-11 10:28:29 +11:00
test_token.py Move generic loading tests into loading folder 2015-09-15 16:30:00 +10:00
utils.py Specify default_domain to generic plugin 2015-11-11 10:28:29 +11:00