Before reporting an issue
Area
admin/ui
Describe the bug
The home URL link for the realm scoped security-admin-console client in the admin-ui is wrong
In this case the Home URL is http://localhost:8081/auth instead of http://localhost:8081/auth/admin/demo/console/.
Version
26.0.0
Regression
Expected behavior
The home URL should be ${authServerUrl}/admin/demo/console/.
Actual behavior
In this case the Home URL is just ${authServerUrl}.
How to Reproduce?
- docker run -it -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:26.0.0 start-dev
- Login to admin console http://localhost:8080/admin/master/console/#/master/clients
- Click on clients
- Look at the Home URL of the
security-admin-console client
Anything else?
This ought to be fixed within #31038 but it still seems to be broken.
This is also broken in main.