I'm developing an application which runs on Keycloak/JBoss. It works, but now I want to test it from another computer. So I set the JBoss command line parameter "-b 0.0.0.0". And after that I can't login to my web interface anymore.
Keycloak says to me "WE'RE SORRY ... Invalid redirect_uri."
And in fact it tries to redirect to localhost all the time.
Has anybody an idea how to fix this?