From a416d9714fcd6ccfd1aa29633fa4fcbaeea1b50a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Oct 2021 11:47:24 +0200 Subject: document new KYC options --- manpages/taler.conf.5.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 -------------------------------- -- cgit v1.2.3