taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 65a030ad77509bb2304da6b9f98d1b365cd8fbce
parent 4baef7fb6ee687d3983d6bfb282c1e2b4e377bb8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 May 2023 23:23:26 +0200

add man page

Diffstat:
Mtaler-exchange-manual.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -1470,6 +1470,7 @@ service. The OAuth 2.0 configuration options are: .. code-block:: ini :caption: /etc/taler/conf.d/exchange-oauth2.conf + [kyc-provider-example-oauth2] LOGIC = oauth2 # (generic options omitted) @@ -1508,6 +1509,7 @@ configuration file syntax. .. code-block:: ini :caption: /etc/taler/conf.d/exchange-challenger-oauth2.conf + [kyc-provider-challenger-oauth2] LOGIC = oauth2 KYC_OAUTH2_AUTHORIZE_URL = "http://challenger.example.com/authorize/#setup"