Describe the bug
When you deploy the Keycloak Admin Console on a different hostname, the admin client is only able to get a token. Any call to an API will result in a http 404 not found.
Version
26.5.x, 26.4.x
Expected behavior
I would expect to be able to access the API endpoints on the separate hostname.
Actual behavior
All requests but grants for tokens give a http 404
How to Reproduce?
No response
Anything else?
Follow the following steps:
- Start a keycloak something like: bin/kc.[sh|bat] start --hostname https://my.keycloak.org --hostname-admin https://admin.my.keycloak.org:8443
- Try to use the admin client.
Describe the bug
When you deploy the Keycloak Admin Console on a different hostname, the admin client is only able to get a token. Any call to an API will result in a http 404 not found.
Version
26.5.x, 26.4.x
Expected behavior
I would expect to be able to access the API endpoints on the separate hostname.
Actual behavior
All requests but grants for tokens give a http 404
How to Reproduce?
No response
Anything else?
Follow the following steps: