summaryrefslogtreecommitdiff
path: root/src/kyclogic/kyclogic-persona.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/kyclogic/kyclogic-persona.conf')
-rw-r--r--src/kyclogic/kyclogic-persona.conf23
1 files changed, 17 insertions, 6 deletions
diff --git a/src/kyclogic/kyclogic-persona.conf b/src/kyclogic/kyclogic-persona.conf
index de90238c7..2d52a9ee0 100644
--- a/src/kyclogic/kyclogic-persona.conf
+++ b/src/kyclogic/kyclogic-persona.conf
@@ -6,7 +6,10 @@
[kyclogic-persona]
-# Optional authorization token for the webhook
+# Optional authorization token for the webhook.
+# This must be the same for all uses of the
+# Persona provider, and is thus not in a
+# template-specific section.
#WEBHOOK_AUTH_TOKEN = wbhsec_698b5a19-c790-47f6-b396-deb572ec82f9
@@ -18,16 +21,24 @@ USER_TYPE = INDIVIDUAL
PROVIDED_CHECKS = EXAMPLE_DO_NOT_USE
# How long is the KYC check valid?
-PERSONA_VALIDITY = forever
+KYC_PERSONA_VALIDITY = forever
# Which subdomain is used for our API?
-PERSONA_SUBDOMAIN = taler
+KYC_PERSONA_SUBDOMAIN = taler
# Authentication token to use.
-PERSONA_AUTH_TOKEN = persona_sandbox_42
+KYC_PERSONA_AUTH_TOKEN = persona_sandbox_42
+
+# Program that converts Persona KYC data into the
+# GNU Taler format.
+KYC_PERSONA_CONVERTER_HELPER = taler-exchange-kyc-persona-converter.sh
# Form to use.
-PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx
+KYC_PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx
# Where do we redirect to after KYC finished successfully.
-KYC_POST_URL = https://taler.net/
+KYC_PERSONA_POST_URL = https://taler.net/
+
+# Salt to give to requests for idempotency.
+# Optional.
+# KYC_PERSONA_SALT = salt \ No newline at end of file