ca28df8480
Added a new OAuth2mTlsClientCredential plugin, accessible via the 'v3oauth2mtlsclientcredential' entry point, making possible to authenticate using an OAuth 2.0 Mutual-TLS client credentials. Co-Authored-By: Hiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp> Change-Id: I0e02ef18da5d60cdd1bcde07b07c2071b74b73d6 Implements: blueprint support-oauth2-mtls
11 lines
527 B
YAML
11 lines
527 B
YAML
---
|
|
features:
|
|
- |
|
|
[`blueprint support-oauth2-mtls <https://blueprints.launchpad.net/keystone/+spec/support-oauth2-mtls>`_]
|
|
Added a new OAuth2mTlsClientCredential plugin, accessible via the
|
|
'v3oauth2mtlsclientcredential' entry point, making possible to authenticate
|
|
using an OAuth 2.0 Mutual-TLS client credentials. Keystoneauth can now
|
|
be used to access the OpenStack APIs that use the keystone middleware to
|
|
support OAuth2.0 mutual-TLS client authentication through the keystone
|
|
identity server.
|