Hi Team,
We need help in configuring the separate admin url for the keycloak admin console.
Followed the article
https://www.keycloak.org/server/hostnameBelow is the list of changes done by us.
1. hostname-url (it contains the main FE host url to access the keycloak)
2. --hostname-admin-url (it contains the admin host url)
3. Master Realm -> Realm settings -> Frontend URL (configured the admin url values)
Post doing the above three steps, when we hit the hostname-url/auth/admin endpoint it routes to the hostname-admin-url/auth/admin page which is something we don't want to do. Also this configuration is to restrict that action item right?
We only need to route the admin page only when we hit the hostname-admin-url/auth/admin endpoint
Any help on this would be appreciated.
--