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 6, 2024
1 parent eef0773 commit 4dfb96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KC_USERNAME=$3
KC_REALM_ID=$4
SCRIPTS_PATH=$5
KC_TOKEN_URL=$6
"


curl -o roles.sh $SCRIPTS_PATH/grad-roles.dat
curl -o client_scopes.sh $SCRIPTS_PATH/grad-client-scopes.lst
Expand Down Expand Up @@ -50,4 +50,4 @@ do
--header "Content-Type: application/json" \
--data-raw "{\"id\": \"$CLIENT_SCOPE_TRIMMED\", \"name\": \"$CLIENT_SCOPE\", \"protocol\": \"openid-connect\", \"attributes\": { \"include.in.token.scope\": \"true\", \"display.on.consent.screen\": \"false\"}}")
echo -e " Response : $result\n"
done < client_scope.sh
done < client_scopes.sh

0 comments on commit 4dfb96e

Please sign in to comment.