summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-10-14 12:37:37 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-10-14 12:37:37 +0200
commit51cf4b8e487ccd4be48d499072b10b9e16917f10 (patch)
treeead88edce3b12b8b70967c44f227f2505a858678 /manpages
parent96ce11185241beaf013ae4a21ed3d4c285196637 (diff)
parenta416d9714fcd6ccfd1aa29633fa4fcbaeea1b50a (diff)
downloaddocs-51cf4b8e487ccd4be48d499072b10b9e16917f10.tar.gz
docs-51cf4b8e487ccd4be48d499072b10b9e16917f10.tar.bz2
docs-51cf4b8e487ccd4be48d499072b10b9e16917f10.zip
Merge branch 'master' into age-restriction
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 1a366608..7d7f5b86 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -174,6 +174,26 @@ PRIVACY_DIR
PRIVACY_ETAG
Works the same as ``TERMS_ETAG``, just for the privacy policy.
+KYC_MODE
+ Set to "NONE" to disable KYC for this exchange (but check with your lawyer first).
+ Set to "OAUTH2" to use OAuth2 for KYC.
+
+
+EXCHANGE KYC OAUTH2 OPTIONS
+---------------------------
+
+The following options must be in the section "[exchange-kyc-oauth2]".
+
+
+KYC_OAUTH2_URL
+ URL of the OAuth2 endpoint to be used for KYC checks. Requires KYC_ENABLED to be "OAUTH2".
+
+KYC_OAUTH2_CLIENT_ID
+ Client ID of the exchange when it talks to the KYC OAuth2 endpoint. Requires KYC_ENABLED to be "OAUTH2".
+
+KYC_OAUTH2_CLIENT_SECRET
+ Client secret of the exchange to use when talking to the KYC Oauth2 endpoint. Requires KYC_ENABLED to be "OAUTH2".
+
EXCHANGE OFFLINE SIGNING OPTIONS
--------------------------------