I'm using the Keycloak authorization server in order to manage my application permissions. However, I've found out the standalone server can be accessed locally only.
http://localhost:8080/auth
works, but not it does http://myhostname:8080/auth
. This issue doesn't permit accessing the server from the internal network.