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 17, 2024
1 parent 1e6d20e commit b4cacf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ response=$(curl -s -v -w POST \
"$KC_TOKEN_URL/$KC_REALM_ID/protocol/openid-connect/token")
TKN=$(echo "$response" | jq -r '.access_token')
REFRESH_TOKEN=$(echo "$response" | jq -r '.refresh_token')
echo "initial refresh token $REFRESH_TOKEN"


while true; do
Expand Down

0 comments on commit b4cacf7

Please sign in to comment.