Hi everyone,
I am trying to setup Wildfly admin console access on the 1.9.1 release running in standalone mode. Following the keycloak documentation I usedÂ
./bin/add-user -u admin -r master to add a keycloak admin but when I browse to
http://localhost:9990/console I get prompted with a screen that reads:
WildFly Application Server is running.
However you have not yet added any users to be able to access the admin console.
To add a new user execute the add-user.sh script within the bin folder of your WildFly installationand enter the requested information.
How do you create a wildfly admin user with the keycloak distro? Shouldn't the wildfly admin scripts stay as they are and the keycloak script added with a different name?
Cheers,
Niels