Skip to content

Commit

Permalink
Update update-kc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Dec 9, 2024
1 parent 3a51616 commit d0c1920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0c1920

Please sign in to comment.