keystoneauth/keystoneauth1
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
..
access Expose is_admin_project in AccessInfo 2016-05-10 14:10:52 +10:00
exceptions Fix H405, D105, D200, and D203 PEP257 2016-04-19 21:05:19 +00:00
extras Add oauth plugin to keystoneauth 2016-05-10 14:31:59 +10:00
fixture Expose is_admin_project in AccessInfo 2016-05-10 14:10:52 +10:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity oidc: add OidcAccessToken class to authenticate reusing an access token 2016-05-20 09:31:09 +02:00
loading oidc: add OidcAccessToken class to authenticate reusing an access token 2016-05-20 09:31:09 +02:00
tests oidc: add OidcAccessToken class to authenticate reusing an access token 2016-05-20 09:31:09 +02:00
__init__.py Provide a RFC 7231 compliant user agent string 2015-12-15 16:45:17 -06:00
_utils.py Fixing D301 docstring. 2016-04-19 06:35:59 +00:00
adapter.py Expose allow parameters for URL discovery 2016-05-08 10:23:21 -07:00
discover.py Removing tox ignore D401 and make keystoneauth compliant 2016-04-13 18:46:05 +00:00
plugin.py Removing tox ignore D400. 2016-04-18 21:20:51 +00:00
session.py Expose allow parameters for URL discovery 2016-05-08 10:23:21 -07:00
token_endpoint.py Adding authentication compatibility for OpenStackClient 2016-03-07 23:38:22 +00:00