summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-31 18:56:00 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-31 18:56:16 +0100
commitfeed2313862ff02224e8ee74c95bf4c561c3229b (patch)
treef85c83a358fe91a10f5eeaa06914add8f84fe767 /manpages/taler.conf.5.rst
parent5dadb74f3a0f553a514d95dcf3904981b3224377 (diff)
downloaddocs-feed2313862ff02224e8ee74c95bf4c561c3229b.tar.gz
docs-feed2313862ff02224e8ee74c95bf4c561c3229b.tar.bz2
docs-feed2313862ff02224e8ee74c95bf4c561c3229b.zip
document extra, and other new things
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 357c23fc..25846b97 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -183,10 +183,10 @@ KYC_OAUTH2_INFO_URL
URL of the endpoint where the OAuth 2.0 token can be used to download the user's details. The server will use the access token obtained from the KYC_AUTH2_AUTH_URL to show that it is authorized to obtain the details. Example: "http://localhost:8888/api/user/me" or "http://localhost:8888/oauth/v2/info"
KYC_OAUTH2_CLIENT_ID
- Client ID of the exchange when it talks to the KYC OAuth2 endpoint.
+ Client ID of the exchange when it talks to the KYC OAuth2 endpoint.
KYC_OAUTH2_CLIENT_SECRET
- Client secret of the exchange to use when talking to the KYC Oauth2 endpoint.
+ Client secret of the exchange to use when talking to the KYC Oauth2 endpoint.
KYC_OAUTH2_POST_URL
URL to which the exchange will redirect the client's browser after successful authorization/login for the KYC process. Example: "http://example.com/thank-you"
@@ -235,6 +235,16 @@ KYC_PERSONA_POST_URL
KYC_PERSONA_TEMPLATE_ID
ID of the Persona template to use.
+EXCHANGE KYC PERSONA GLOBAL OPTIONS
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following option must be in the section "[kyclogic-persona]".
+
+
+WEBHOOK_AUTH_TOKEN
+ Authentication token Persona must supply to our webhook. This is an optional setting.
+
+
EXCHANGE OFFLINE SIGNING OPTIONS
--------------------------------
@@ -366,7 +376,7 @@ AGGREGATOR_SHIFT
DEFAULT_PURSE_LIMIT
Number of concurrent purses that a reserve may have active
- if it is paid to be opened for a year.
+ if it is paid to be opened for a year.
EXCHANGE POSTGRES BACKEND DATABASE OPTIONS