summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-19 09:32:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-19 09:32:11 +0200
commit63e2c739aeccd743cb4e9741153963a0da9e4d27 (patch)
treec65968ae4ba52187c614729030d6f18486dce03f /manpages
parente05c7a4d2b1e5edfe5c1f17497fadd0dd20f7bfa (diff)
downloaddocs-63e2c739aeccd743cb4e9741153963a0da9e4d27.tar.gz
docs-63e2c739aeccd743cb4e9741153963a0da9e4d27.tar.bz2
docs-63e2c739aeccd743cb4e9741153963a0da9e4d27.zip
add user type to kyc-check
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index f34e2a59..510fd87d 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -170,6 +170,8 @@ EXCHANGE KYC OAUTH2 OPTIONS
The following options must be in the section "[kyc-provider-XXX]" sections with "LOGIC = oauth2".
+KYC_OAUTH2_VALIDITY
+ Duration (e.g. "12 months") of the validity of the performed KYC check. Can be "forever".
KYC_OAUTH2_AUTH_URL
URL of the OAuth2 endpoint to be used for KYC checks. Requires KYC_ENABLED to be "OAUTH2". Example: "http://localhost:8888/oauth/v2/login" (or "/token")
@@ -190,6 +192,25 @@ KYC_OAUTH2_POST_URL
URL to which the exchange will redirect the client's browser after successful authorization/login for the KYC process.
+EXCHANGE KYC KYCAID OPTIONS
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following options must be in the section "[kyc-provider-XXX]" sections with "LOGIC = kycaid".
+
+
+KYC_KYCAID_VALIDITY
+ Duration (e.g. "12 months") of the validity of the performed KYC check. Can be "forever".
+
+KYC_KYCAID_AUTH_TOKEN
+ Authentication token to access the KYC service.
+
+KYC_KYCAID_FORM_ID
+ ID that specifies the form to use for the KYC process.
+
+KYC_KYCAID_POST_URL
+ URL to which the exchange will redirect the client's browser after successful authorization/login for the KYC process.
+
+
EXCHANGE OFFLINE SIGNING OPTIONS
--------------------------------