You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m customizing the Keycloak Account Console and would like to display a dynamic logo depending on either the user’s domain (stored as a user attribute) or the client that’s currently logged in.
Keycloak version: 26.4.0
Custom Account theme based on keycloak.v3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I’m customizing the Keycloak Account Console and would like to display a dynamic logo depending on either the user’s domain (stored as a user attribute) or the client that’s currently logged in.
Keycloak version: 26.4.0
Custom Account theme based on keycloak.v3
In theme.properties:
I’m dynamically changing the logo from script.js by fetching a /media/config.json file for each user/client domain.
Questions:
Is there a built-in or recommended way to achieve this kind of per-realm / per-client / per-user branding?
Has anyone implemented similar logic cleanly?
Any pointers, docs, or community examples would be awesome 🙏
Beta Was this translation helpful? Give feedback.
All reactions