diff --git a/docs/documentation/release_notes/topics/26_0_0.adoc b/docs/documentation/release_notes/topics/26_0_0.adoc index 709b400ed6..41cb77d012 100644 --- a/docs/documentation/release_notes/topics/26_0_0.adoc +++ b/docs/documentation/release_notes/topics/26_0_0.adoc @@ -62,6 +62,14 @@ The `java-keystore` key provider, which allows loading a realm key from an exter For more information about this subject, see link:{adminguide_link}#realm_keys[Configuring realm keys]. += Deprecating `keycloak` login Theme + +The `keycloak` login theme has been deprecated in favour of the new `keycloak.v2`. The `keycloak` login theme will be removed in a future version. + +While the `keycloak` login theme remains available for compatibility reasons, it is strongly recommended to switch to `keycoak.v2` as soon as posible. + +For all new realms, `keycloak.v2` will be the default login theme. Also, any existing realm that never explicitly set a login theme will be switched to `keycloak.v2`. + = Customizable Footer in login Themes The `template.ftl` file in the `base/login` and the `keycloak.v2/login` theme now allows to customize the footer @@ -69,12 +77,6 @@ of the login box. This can be used to show common links or include custom script The new `footer.ftl` template provides a `content` macro that is rendered at the bottom of the "login box". -= Deprecating `keycloak` login Theme - -The `keycloak` login theme has been deprecated in favour of the new `keycloak.v2` and will be removed in a future version. -While it remains the default for the new realms for compatibility reasons, it is strongly recommended to switch all the -realm themes to `keycloak.v2`. - = Highly available multi-site deployments {project_name} 26 introduces significant improvements to the recommended HA multi-site architecture, most notably: diff --git a/docs/documentation/tests/src/test/resources/ignored-links b/docs/documentation/tests/src/test/resources/ignored-links index 4261c3b7d3..dd7df4c188 100644 --- a/docs/documentation/tests/src/test/resources/ignored-links +++ b/docs/documentation/tests/src/test/resources/ignored-links @@ -38,6 +38,7 @@ https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#ro https://stackapps.com/apps/oauth/register # Failing because of broken certificate, can likely be restored later. https://docs.kantarainitiative.org* +https://saml.xml.org* # Remove following lines once KC26 is released https://www.keycloak.org/server/bootstrap-admin-recovery https://www.keycloak.org/server/tracing \ No newline at end of file