keystone/releasenotes/notes/bp-oauth2-client-credentials-ext-c8933f00a7b45be8.yaml
Yi Feng b554576f62 OAuth2.0 Client Credentials Grant Flow Support
The OAuth2.0 Access Token API is added, support to get an OAuth2.0
access token from the keystone identity server with application
credentials.

Change-Id: I4c54649a51534637be831450afc32d3ef8644ee5
2022-06-14 09:09:33 +00:00

10 lines
498 B
YAML

---
features:
- |
[`blueprint oauth2-client-credentials-ext <https://blueprints.launchpad.net/keystone/+spec/oauth2-client-credentials-ext>`_]
Users can now use the OAuth2.0 Access Token API to get an access token
from the keystone identity server with application credentials. Then the
users can use the access token to access the OpenStack APIs that use the
keystone middleware to support OAuth2.0 client credentials authentication
through the keystone identity server.