From a59020fdab670314ac1ab3d0b77e89b352d7cf27 Mon Sep 17 00:00:00 2001 From: sunyonggen Date: Fri, 7 Oct 2022 11:19:59 +0900 Subject: 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 Depends-On: https://review.opendev.org/c/openstack/keystoneauth/+/860614 Change-Id: I49127d845954ad6eab39e6e6305948ef0e4ed7b5 Implements: blueprint support-oauth2-mtls --- releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml (limited to 'releasenotes/notes/bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml') 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 `_] + 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. -- cgit v1.2.1