summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-22 22:45:53 +0200
committerFlorian Dold <florian@dold.me>2023-04-22 22:45:59 +0200
commite65ee88b305318a680627e559661535be3d92603 (patch)
treed82eaca4ad0974ff2c86c33d0c3bf33f88367b80 /manpages
parentd3102b7a4e05d7aaa093c90b91c36d15b013607b (diff)
downloaddocs-e65ee88b305318a680627e559661535be3d92603.tar.gz
docs-e65ee88b305318a680627e559661535be3d92603.tar.bz2
docs-e65ee88b305318a680627e559661535be3d92603.zip
-clarify kyc info
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler.conf.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index f1a51011..5eecb8ce 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -189,7 +189,7 @@ KYC_OAUTH2_LOGIN_URL
URL of the OAuth2 endpoint to be used for KYC checks. The login URL will be encoded as part of the 'redirect_uri' argument of the request to the KYC_AUTH2_AUTH_URL. Typically, the user will then be redirected to this URL to log in. Example: "http://localhost:8888/oauth/v2/login"
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"
+ URL of the endpoint where the OAuth 2.0 token can be used to download the user's KYC 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/kycinfo"
KYC_OAUTH2_CLIENT_ID
Client ID of the exchange when it talks to the KYC OAuth2 endpoint.