Customizing the Admin console theme (26.1.0)

I have customized the old Keycloak admin console (20.0.1 no react). How can I upgrade the customized code to 26.1.0?

I find there is an example keycloak/js/apps/create-keycloak-theme at main · keycloak/keycloak · GitHub but it doesn’t support admin-console.

Where can I find an example like “Add a new tab in realm / client settings” and “Add new fields in client.attributes”

Thanks

There isn’t many things about this in the documentation : Themes based on React

But it points to a repo with this example, maybe that could help : keycloak-quickstarts/extension/extend-admin-console-spi at main · keycloak/keycloak-quickstarts · GitHub

Thanks for your help. It is useful

1 Like