keystoneauth/releasenotes/notes/1583780-700f99713e06324e.yaml
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

10 lines
371 B
YAML

---
features:
- Added a new OidcAccessToken plugin, accessible via the 'v3oidcaccesstoken'
entry point, making possible to authenticate using an existing OpenID
Connect Access token.
fixes:
- >
[`bug 1583780 <https://bugs.launchpad.net/keystoneauth/+bug/1583780>`_]
OpenID connect support should include authenticating using directly an access token.