commit 8eaf523f5f97356f782fb57ab0e0900f70c91ed1
parent 9568bb5f5faccf8f997e4860285bc7c3ce51d781
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 2 Nov 2023 16:50:49 +0100
keep prefix
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
@@ -532,8 +532,6 @@ then
then
exit_fail "Client secret does not begin with '${RFC_8959_PREFIX}'"
fi
- # shellcheck disable=SC2001
- CLIENT_SECRET=$(echo "${CLIENT_SECRET}" | sed -e "s/^${RFC_8959_PREFIX}//")
REDIRECT_URI="${EXCHANGE_URL}kyc-proof/kyc-provider-example-challeger"
CLIENT_ID=$(challenger-admin --add="${CLIENT_SECRET}" --quiet "${REDIRECT_URI}")
taler-config -c "$CONF" -s "$SECTION" -o KYC_OAUTH2_CLIENT_ID -V "$CLIENT_ID"