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 12b9c01 commit 5b7e729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b7e729

Please sign in to comment.