From 5b7e729dbb42d6e6c64da52df5c5b2a33a501115 Mon Sep 17 00:00:00 2001 From: Khaled <45347802+JavaDeveloper456788@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:36:52 -0800 Subject: [PATCH] Update update-kc.sh --- Keycloak/update-kc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Keycloak/update-kc.sh b/Keycloak/update-kc.sh index 51b82f3..2e79f41 100644 --- a/Keycloak/update-kc.sh +++ b/Keycloak/update-kc.sh @@ -62,4 +62,6 @@ do --header "Content-Type: application/json" \ --data-raw "$line") echo -e " Response : $result\n" + default_scopes=$(echo "$line" | jq -r '.defaultClientScopes[]') + echo "$default_scopes" done < clients.sh