summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorYi Feng <fengyi@fujitsu.com>2022-02-24 14:46:23 +0900
committerYusuke Niimi <niimi.yusuke@fujitsu.com>2022-08-23 09:39:18 +0000
commitf7ac6a1b24e584ab6264f66636a58011a4f3c7af (patch)
treeae9136649d484f93b9631885d380839f6ec6219f /releasenotes
parent9c49da6887eaff67d19fe0d12fb1046dde3bdaec (diff)
downloadkeystonemiddleware-f7ac6a1b24e584ab6264f66636a58011a4f3c7af.tar.gz
OAuth2.0 Client Credentials Grant Flow Support10.1.0
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-oauth2-client-credentials-ext-19a40c655ee43f57.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-oauth2-client-credentials-ext-19a40c655ee43f57.yaml b/releasenotes/notes/bp-oauth2-client-credentials-ext-19a40c655ee43f57.yaml
new file mode 100644
index 0000000..8d36730
--- /dev/null
+++ b/releasenotes/notes/bp-oauth2-client-credentials-ext-19a40c655ee43f57.yaml
@@ -0,0 +1,7 @@
+---
+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.