summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorsunyonggen <sunyonggen@fujitsu.com>2022-10-07 11:19:59 +0900
committerHiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp>2023-03-03 11:28:01 +0900
commita59020fdab670314ac1ab3d0b77e89b352d7cf27 (patch)
tree0d09e16a54affc8dd3061e5534363a95cc85962d /releasenotes
parent1c820f0c1c009a9ea33c7852491397f652cf0ae5 (diff)
downloadkeystonemiddleware-a59020fdab670314ac1ab3d0b77e89b352d7cf27.tar.gz
OAuth 2.0 Mutual-TLS Support
The oauth2_mtls_token filter has been added for accepting or denying incoming requests containing OAuth 2.0 certificate-bound access tokens that are obtained from keystone identity server by users through their OAuth 2.0 credentials and Mutual-TLS certificates. Co-Authored-By: Hiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp> Depends-On: https://review.opendev.org/c/openstack/keystoneauth/+/860614 Change-Id: I49127d845954ad6eab39e6e6305948ef0e4ed7b5 Implements: blueprint support-oauth2-mtls
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml b/releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml
new file mode 100644
index 0000000..906404e
--- /dev/null
+++ b/releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ [`blueprint support-oauth2-mtls <https://blueprints.launchpad.net/keystone/+spec/support-oauth2-mtls>`_]
+ The oauth2_mtls_token filter has been added for accepting or denying
+ incoming requests containing OAuth 2.0 certificate-bound access tokens
+ that are obtained from keystone identity server by users through their
+ OAuth 2.0 credentials and Mutual-TLS certificates.