553a523830
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
10 lines
371 B
YAML
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.
|