Added script to get clients json from keycloak

root 2021-06-10 12:08:32 +02:00
parent 36562d6ac0
commit daade6e1ba
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@
# get-roles --cclientid test-client --rolename operations
docker exec -ti isard-sso-keycloak sh -c "
/opt/jboss/keycloak/bin/kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin --password keycloakkeycloak \
&& /opt/jboss/keycloak/bin/kcadm.sh get clients/bef873f0-2079-4876-8657-067de27d01b7 -r master"""