keystoneauth/releasenotes/notes/bp-support-oauth2-mtls-177cda05265ae65c.yaml
sunyonggen ca28df8480 OAuth 2.0 Mutual-TLS Support
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
2023-02-10 20:56:45 +09:00

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.