summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-16 17:51:43 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-16 17:51:43 +0200
commit7da757b4ef3b30989913bac97072bb07aa77e4b2 (patch)
tree48f34c0fb5c91ed7064278aac580d2b5c9e5a328 /manpages/taler.conf.5.rst
parentdb6bd65c627e8431f3cf5bf88f6d1c779836a7cc (diff)
downloaddocs-7da757b4ef3b30989913bac97072bb07aa77e4b2.tar.gz
docs-7da757b4ef3b30989913bac97072bb07aa77e4b2.tar.bz2
docs-7da757b4ef3b30989913bac97072bb07aa77e4b2.zip
-document new option
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index bcb62551..76b1c6b8 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -175,7 +175,10 @@ EXCHANGE KYC OAUTH2 OPTIONS
The following options must be in the section "[exchange-kyc-oauth2]".
-KYC_OAUTH2_URL
+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")
+
+KYC_OAUTH2_LOGIN_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"
KYC_INFO_URL