-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
---
-
---
Securing the WildFly Management Console with OIDC currently works with Keycloak 21.1.2.
However, this doesn't work with the recently released Keycloak 22 and later. In this case, after successfully logging into the console with the Keycloak OpenID provider, the user gets redirected to a blank page instead of to the WildFly Management Console.
The Keycloak 22 JavaScript adapter was updated to remove the legacy Promise API. This means that calling .success() and .error() on promises returned from the adapter is no longer possible.
Since HAL currently calls methods from the Keycloak JavaScript adapter's legacy promise API, HAL needs to be updated to use the standardized Promise methods, then() and catch() instead.
More information about the changes in Keycloak 22 can also be found here.
- is blocked by
-
HAL-1879 Upgrade Keycloak adapter to 22.x
- Resolved
- is related to
-
JBEAP-25256 Blank page after login to web console when is used OIDC and Java 17
- Closed