summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c6eaeae..a47683a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,3 +43,4 @@ paste.filter_factory =
ec2_token = keystonemiddleware.ec2_token:filter_factory
s3_token = keystonemiddleware.s3_token:filter_factory
oauth2_token = keystonemiddleware.oauth2_token:filter_factory
+ oauth2_mtls_token = keystonemiddleware.oauth2_mtls_token:filter_factory