Fixes release notes section on new login theme, keycloak.v2 (#33359)
* Fixes #33351 Signed-off-by: Stan Silvert <ssilvert@redhat.com> * Fixes #33351 Signed-off-by: Stan Silvert <ssilvert@redhat.com> * Ignore saml.xml.org because of expired cert. Signed-off-by: Stan Silvert <ssilvert@redhat.com> --------- Signed-off-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
parent
b624b6701b
commit
b4a200d333
2 changed files with 9 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue