From d0c19202b30afd6f4136e005042a7efff5970f3d Mon Sep 17 00:00:00 2001 From: Khaled <45347802+JavaDeveloper456788@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:44:15 -0800 Subject: [PATCH] Update update-kc.sh --- Keycloak/update-kc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Keycloak/update-kc.sh b/Keycloak/update-kc.sh index 53c9df4..4dfdd58 100644 --- a/Keycloak/update-kc.sh +++ b/Keycloak/update-kc.sh @@ -63,5 +63,7 @@ do --data-raw "$line") echo -e " Response : $result\n" default_scopes=$(echo "$line" | jq -r '.defaultClientScopes[]') - echo "default scopes: $default_scopes" + echo "$default_scopes" | while read -r scope; do + echo "$scope" + done done < clients.sh