summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-oauth2-client-credentials-ext-c8933f00a7b45be8.yaml
blob: d475b67439423bf4b2c25b46b1ebda23518eb482 (plain)
1
2
3
4
5
6
7
8
9
---
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.