[DOCS] Adds 37346 deprecation to 7.3 release notes (#96803)

This commit is contained in:
Kaarina Tungseth 2021-04-12 10:42:51 -05:00 committed by GitHub
parent 2b0a946b31
commit 4d3630dff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1816,6 +1816,29 @@ Machine Learning::
Maps::
* [Fixes #34662] Hide feature when it has no corresponding term join {kib-pull}36617[#36617]
[float]
[[deprecations-7.3.0]]
=== Deprecation
The following functionality is deprecated in 7.3.0, and will be removed in 8.0.0.
Deprecated functionality does not have an immediate impact on your application, but we strongly recommend
you make the necessary updates after you upgrade to 7.3.0.
[discrete]
[[deprecation-xpack-security-authProviders]]
==== Deprecates `xpack.security.authProviders` and `xpack.security.public`
*Details:* Deprecates the `xpack.security.authProviders` and `xpack.security.public` settings used for {kib} SAML authentication. For more information, refer to {pull}37346[#37346].
*Impact:*
When you use the SAML authentication provider, use the following settings:
* Instead of `xpack.security.authProviders`, use `xpack.security.authc.providers`.
* Instead of `xpack.security.public`, use `xpack.security.authc.saml.realm`.
[float]
[[enhancement-7.3.0]]
=== Enhancements