commit ba02ae1f45d09d017d789e9e363807e8e30a89e5 parent 165dba24521ef6a9109bb819bf5d0eb77773d1c5 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 15 Nov 2021 20:06:41 +0100 -new option Diffstat:
| M | manpages/taler.conf.5.rst | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git 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".