I’m customizing the Keycloak login page appearance
As per the documentation I configured UCS theme slightly
https://docs.software-univention.de/manual/5.0/en/central-management-umc/introduction.html#creating-a-custom-theme-adjusting-the-design-of-ucswebs
The changes took effect on Keycloak login page.
Then I added custom logo for Keycloak using --login-logo
pasted into
/usr/share/univention-web/themes/mytheme.css
This is the doc:
https://docs.software-univention.de/keycloak-app/latest/configuration.html#customize-the-appearance
However the logo is 500x500 and does not fit, it does not look good. I thought it will get resized.
Should I resize my logo myself? Is it a good frontend practice? Or is there somewhere I can do it in the code in UCS?
Please let me know, thank you.