aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/kyclogic-persona.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-28 12:20:18 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-28 12:20:18 +0100
commit8c5a12302ef6a1962121770c1ee67d3a1eaae042 (patch)
tree9fe26e348adf51fedfbbb7421d46f0b35798921a /src/kyclogic/kyclogic-persona.conf
parent35d50ba36a2d7b9896ed18eb68514c8c83375574 (diff)
downloadexchange-8c5a12302ef6a1962121770c1ee67d3a1eaae042.tar.xz
-debug KYC webhook logic
Diffstat (limited to 'src/kyclogic/kyclogic-persona.conf')
-rw-r--r--src/kyclogic/kyclogic-persona.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/kyclogic/kyclogic-persona.conf b/src/kyclogic/kyclogic-persona.conf
index e29d19dba..7f02bf498 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
@@ -31,3 +34,7 @@ KYC_PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx
# Where do we redirect to after KYC finished successfully.
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