【问题标题】:How to change Keycloak logo on the Admin console page in keycloak.v2 themeHow to change Keycloak logo on the Admin console page in keycloak.v2 theme
【发布时间】:2022-12-02 11:16:22
【问题描述】:
I am trying to find a way to replace Keycloak image on the Admin console page using Keycloak.v2 theme which is the default theme starting from Keycloak 19.
Note that replacing themes\keycloak.v2\account\resources\public\logo.svg didn't really help.
【问题讨论】:
标签:
reactjs
keycloak
keycloak-services
【解决方案1】:
The new admin UI (starting from keycloak 19) has been delivered through keycloak-admin-ui.jar. In order to customize any UI components, it has to be done by forking this repo and build on your own.