Created
August 2, 2023 15:01
-
-
Save sl45sms/9277447c66c4d60d06319447a47d179a to your computer and use it in GitHub Desktop.
keycloak on http
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -t $(docker ps -q --filter="name=keycloak") bash # adapt to select your keycloak | |
./kcadm.sh config credentials --server http://localhost:8080 --realm master --user admin | |
./kcadm.sh update realms/master -s sslRequired=NONE | |
... any other realm here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment