summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-10-21 12:36:18 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2021-10-21 12:36:18 +0200
commit62d59b76e237d82c3f8952c31949fac410332940 (patch)
tree2bee314d73b312f01af6ba4420c9ffa9fbbd1a84 /manpages/taler.conf.5.rst
parent98a642e020994da811f5aa993c8bbbd74c76b724 (diff)
parent8e45ff21dd6fab404b8d1b24dbaee27fea12365a (diff)
downloaddocs-62d59b76e237d82c3f8952c31949fac410332940.tar.gz
docs-62d59b76e237d82c3f8952c31949fac410332940.tar.bz2
docs-62d59b76e237d82c3f8952c31949fac410332940.zip
Merge branch 'master' of ssh://git.taler.net/docs
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index c148d33f..74beabb1 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -114,6 +114,7 @@ MASTER_PRIV_FILE
BASE_URL
The base URL under which the exchange can be reached.
Added to wire transfers to enable tracking by merchants.
+ Used by the KYC logic when interacting with OAuth 2.0.
AGGREGATOR_IDLE_SLEEP_INTERVAL
For how long should the taler-exchange-aggregator sleep when it is idle
@@ -210,6 +211,10 @@ KYC_OAUTH2_CLIENT_ID
KYC_OAUTH2_CLIENT_SECRET
Client secret of the exchange to use when talking to the KYC Oauth2 endpoint. Requires KYC_ENABLED to be "OAUTH2".
+KYC_OAUTH2_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
--------------------------------