keystonemiddleware/releasenotes/notes/bp-oauth2-client-credentials-ext-19a40c655ee43f57.yaml
Yi Feng f7ac6a1b24 OAuth2.0 Client Credentials Grant Flow Support
The oauth2_token filter has been added for accepting or denying
incoming requests containing OAuth2.0 client credentials access tokens
that are obtained from keystone identity server by users through their
application credentials.

Change-Id: I15e438681749ed2c2666804a9efd8d4712a7b01c
2022-08-23 09:39:18 +00:00

8 lines
351 B
YAML

---
features:
- |
[`blueprint oauth2-client-credentials-ext <https://blueprints.launchpad.net/keystone/+spec/oauth2-client-credentials-ext>`_]
The oauth2_token filter has been added for accepting or denying incoming
requests containing OAuth2.0 client credentials access tokens passed via
the Authorization headers as bearer tokens.