summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-15 20:06:41 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-15 20:06:41 +0100
commitba02ae1f45d09d017d789e9e363807e8e30a89e5 (patch)
tree14bf237af7b21fed5021bc3bc6ed3b856b46327b /manpages/taler.conf.5.rst
parent165dba24521ef6a9109bb819bf5d0eb77773d1c5 (diff)
downloaddocs-ba02ae1f45d09d017d789e9e363807e8e30a89e5.tar.gz
docs-ba02ae1f45d09d017d789e9e363807e8e30a89e5.tar.bz2
docs-ba02ae1f45d09d017d789e9e363807e8e30a89e5.zip
-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 74beabb1..ff98db6e 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -203,7 +203,10 @@ 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".
+ 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
+ URL of the endpoint where the OAuth 2.0 token can be used to download the user's details. Requires KYC_ENABLED to be "OAUTH2". Example: "http://localhost:8888/api/user/me"
KYC_OAUTH2_CLIENT_ID
Client ID of the exchange when it talks to the KYC OAuth2 endpoint. Requires KYC_ENABLED to be "OAUTH2".