diff --git a/.local/bin/getBearer b/.local/bin/getBearer index b060173..34084b8 100755 --- a/.local/bin/getBearer +++ b/.local/bin/getBearer @@ -41,6 +41,8 @@ if [ -n "$SCOPE" ]; then REQUEST_BODY="${REQUEST_BODY}&scope=${SCOPE// /%20}" fi +echo "curl -s -X POST $TOKEN_URL -H Content-Type: application/x-www-form-urlencoded -d $REQUEST_BODY" + # Get the OAuth2 token response=$(curl -s -X POST "$TOKEN_URL" \ -H "Content-Type: application/x-www-form-urlencoded" \