aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/kyclogic-oauth2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-03 14:44:25 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-03 14:44:25 +0100
commitee57a5f9c481555d0462012439a99778a2dbcbcb (patch)
tree223b26d17fdeecc19194ca661ac1b15fcf067f36 /src/kyclogic/kyclogic-oauth2.conf
parent082728f839e909453b60ba76396a9ae30f86a58f (diff)
downloadexchange-ee57a5f9c481555d0462012439a99778a2dbcbcb.tar.xz
add external converter logic for oauth2 plugin
Diffstat (limited to 'src/kyclogic/kyclogic-oauth2.conf')
-rw-r--r--src/kyclogic/kyclogic-oauth2.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kyclogic/kyclogic-oauth2.conf b/src/kyclogic/kyclogic-oauth2.conf
index 61b38367f..57e1fc13a 100644
--- a/src/kyclogic/kyclogic-oauth2.conf
+++ b/src/kyclogic/kyclogic-oauth2.conf
@@ -29,7 +29,7 @@ KYC_OAUTH2_CLIENT_SECRET = password
# Mustach template that converts OAuth2.0 data about the user
# into GNU Taler standardized attribute data.
#
-# This is just an example, details will depend on the
-# provider!
+# This is just an example, you need to pick the right converter
+# for the provider!
#
-KYC_OAUTH2_ATTRIBUTE_TEMPLATE = "{"fullname":"{{last_name}}, {{first_name}}","phone":"{{phone}}"}" \ No newline at end of file
+KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-converter.sh