-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/25.0.2release/26.0.0team/ui
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest release
Area
account/api
Describe the bug
On keycloak 21.0.1, we have hostname-admin-url, hostname-url configured with different values e.g
--hostname-admin-url=admin.example.com
--hostname-url=auth.example.com
The above urls are configured as virtualhosts on reverse proxy
When I create a new realm, the default value ${authBaseUrl} is configured for all the clients.
The value of ${authBaseUrl} is always the value of hostname-admin-url, not hostname-url
Version
21.0.1
Expected behavior
The value of ${authBaseUrl} is the hostname-url
Actual behavior
The value of ${authBaseUrl} is the hostname-admin-url
How to Reproduce?
- Start keycloak 21.0.1 with different hostname-admin-url, hostname-url
- Use the hostname-admin-url to login and configure a new realm
- Check on any client that ${authBaseUrl} is configured as Root URL
- Confirm that ${authBaseUrl} is resolved to hostname-admin-url
Anything else?
No response
Eng-Fouad and profitrollgame
Metadata
Metadata
Assignees
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/25.0.2release/26.0.0team/ui