b554576f62
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
10 lines
498 B
YAML
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.
|