2023.2 Series Release Notes¶
5.2.0¶
New Features¶
[blueprint 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.
Bug Fixes¶
[bug 1998366] Federated auth plugins now can work with unversioned auth url (e.g. “http://keystone”).