diff --git a/Keycloak/update-kc.sh b/Keycloak/update-kc.sh index 32876b6..f77190b 100644 --- a/Keycloak/update-kc.sh +++ b/Keycloak/update-kc.sh @@ -79,7 +79,7 @@ echo -e "CREATE Clients \n" jq -c '.[]' clients.sh | while read -r client; do result=$(curl -s -w "%{http_code}" -X POST "$KC_BASE_URL/$KC_REALM_ID/clients" \ - --header "Authorization: Bearer "$(cat Bearer "$(cat "$TKN_FILE")" " \ + --header "Authorization: Bearer "$(cat "$TKN_FILE")" " \ --header "Content-Type: application/json" \ --data-raw "$client") echo -e " Response : $result\n"