Details
-
Documentation
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
don't yet have this working, but progress so far...
so seems that the URL for section in https://isis.apache.org/security/2.0.0-M9/keycloak/about.html#check-the-account when using 20.0.0 has changed to http://localhost:9090/realms/simpleapp/account/#/
also need to check: "client authentication" in capability config of the simpleapp-client (otherwise the credentials tab won't be shown).
docker run -p 9090:8080 \
-e KEYCLOAK_USER=admin \
-e KEYCLOAK_PASSWORD=admin \
quay.io/keycloak/keycloak:20.0 \
start-dev