File: bp-oauth2-client-credentials-ext-06271700d4f33a7e.yaml

package info (click to toggle)
python-keystoneauth1 5.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 23,506; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    [`blueprint oauth2-client-credentials-ext <https://blueprints.launchpad.net/keystone/+spec/oauth2-client-credentials-ext>`_]
    Added a new OAuth2ClientCredential plugin, accessible via the
    'v3oauth2clientcredential' entry point, making possible to authenticate
    using an application credentials as an OAuth2.0 client credentials.
    Keystoneauth can now be used to access the OpenStack APIs that use the
    keystone middleware to support OAuth2.0 client credentials authentication
    through the keystone identity server.