From ee57a5f9c481555d0462012439a99778a2dbcbcb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Nov 2023 14:44:25 +0100 Subject: add external converter logic for oauth2 plugin --- src/testing/test_kyc_api.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 7a212623a..b6bfdb055 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -15,7 +15,8 @@ KYC_OAUTH2_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret KYC_OAUTH2_POST_URL = http://example.com/ -KYC_OAUTH2_ATTRIBUTE_TEMPLATE = "{"full_name":"{{last_name}}, {{first_name}}"}" +KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-test-converter.sh +# "{"full_name":"{{last_name}}, {{first_name}}"}" [kyc-legitimization-balance-high] OPERATION_TYPE = BALANCE -- cgit v1.2.3