sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit d207e010a47add5919fc1ad5faa8ce1c09738c92
parent 47e1a60841b69f6082f714f9e19aba90af713aba
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Aug 2024 19:02:10 +0200

fix post-oauth link

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -445,7 +445,7 @@ KYC_OAUTH2_CLIENT_SECRET = $CHALLENGER_CLIENT_SECRET KYC_OAUTH2_AUTHORIZE_URL = "https://$CHALLENGER_DOMAIN/authorize#setup" KYC_OAUTH2_TOKEN_URL = "https://$CHALLENGER_DOMAIN/token" KYC_OAUTH2_INFO_URL = "https://$CHALLENGER_DOMAIN/info" -KYC_OAUTH2_POST_URL = "https://$EXCHANGE_DOMAIN/kyc-done" +KYC_OAUTH2_POST_URL = "https://taler.net/en/kyc-done.html" KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-challenger.sh EOF