Note about old admin console removed in Keycloak 21 (#1788)

This commit is contained in:
Marek Posolda 2023-03-01 11:51:39 +01:00 committed by GitHub
parent 878fd16dd7
commit 5b75acaec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,3 +56,9 @@ In Keycloak 13 there was introduced `UserLoginFailureProvider` and some methods
`UserSessionProvider` were moved there. The methods in `UserSessionProvider` were deprecated
and now has been removed. Javadoc of these methods contained a corresponding replacement
(see Javadoc of Keycloak 20 release).
= Custom themes using old admin console won't work
The old admin console, which was deprecated in previous versions, was finally removed. This also means that your custom themes, which were using it as parent theme or importing from it, won't work.
It is highly recommended to not deploy such themes at all as extending old admin console is not applicable anymore and there can be issues in Keycloak (at least warnings or errors in the logs) with
such themes deployed.