You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Details:* The deprecated `xpack.security.public` setting in the `kibana.yml` file has been removed.
83
+
*Details:* Previously Kibana was choosing the appropriate Elasticsearch SAML realm automatically using the `Assertion Consumer Service`
84
+
URL that it derived from the actual server address and `xpack.security.public` setting. Starting in 8.0.0, the deprecated `xpack.security.public` setting in the `kibana.yml` file has been removed and the Elasticsearch SAML realm name that Kibana will use should be specified explicitly.
74
85
75
-
*Impact:* Define `xpack.security.authc.saml.realm` when using the SAML authentication provider instead.
86
+
*Impact:* Define `xpack.security.authc.providers.saml.{provider unique name}.realm` when using the SAML authentication providers instead.
76
87
77
88
[float]
78
89
==== `/api/security/v1/saml` endpoint is no longer supported
79
90
*Details:* The deprecated `/api/security/v1/saml` endpoint is no longer supported.
80
91
81
-
*Impact:* Rely on `/api/security/saml/callback` endpoint when using SAML instead. This change should be reflected in Kibana `server.xsrf.whitelist` config as well as in Elasticsearch and Identity Provider SAML settings.
92
+
*Impact:* Rely on `/api/security/saml/callback` endpoint when using SAML instead. This change should be reflected in Elasticsearch and Identity Provider SAML settings.
93
+
94
+
[float]
95
+
==== `/api/security/v1/oidc` endpoint is no longer supported
96
+
*Details:* The deprecated `/api/security/v1/oidc` endpoint is no longer supported.
97
+
98
+
*Impact:* Rely on `/api/security/oidc/callback` endpoint when using OpenID Connect instead. This change should be reflected in Elasticsearch and OpenID Connect Provider settings.
99
+
100
+
[float]
101
+
==== `/api/security/v1/oidc` endpoint is no longer supported for Third Party initiated login
102
+
*Details:* The deprecated `/api/security/v1/oidc` endpoint is no longer supported for Third Party initiated login.
103
+
104
+
*Impact:* Rely on `/api/security/oidc/initiate_login` endpoint when using Third Party initiated OpenID Connect login instead. This change should be reflected in Elasticsearch and OpenID Connect Provider settings.
105
+
106
+
[float]
107
+
==== `/api/security/v1/oidc/implicit` endpoint is no longer supported
108
+
*Details:* The deprecated `/api/security/v1/oidc/implicit` endpoint is no longer supported.
109
+
110
+
*Impact:* Rely on `/api/security/oidc/implicit` endpoint when using OpenID Connect Implicit Flow instead. This change should be reflected in OpenID Connect Provider settings.
82
111
83
112
[float]
84
113
=== `optimize` directory is now in the `data` folder
0 commit comments