summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-14 13:51:53 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-14 13:51:58 +0200
commit93ad7cdc6fe6a331b913b41279adb6972b9b0890 (patch)
tree7f9527080beeb3efef500362179dbd8653960857 /taler-exchange-manual.rst
parent3ace9cf668c3f6179bd5efc51927e7ef78448253 (diff)
downloaddocs-93ad7cdc6fe6a331b913b41279adb6972b9b0890.tar.gz
docs-93ad7cdc6fe6a331b913b41279adb6972b9b0890.tar.bz2
docs-93ad7cdc6fe6a331b913b41279adb6972b9b0890.zip
add challenger manual
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 55bf6369..0ff1650e 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -1530,6 +1530,13 @@ configuration file syntax.
KYC_OAUTH2_TOKEN_URL = "http://challenger.example.com/token"
KYC_OAUTH2_INFO_URL = "http://challenger.example.com/info"
+When using OAuth 2.0, the *CLIENT REDIRECT URI* must be set to the
+``/kyc-proof/$PROVIDER_SECTION`` endpoint. For example, given the
+configuration above and an exchange running on the host
+``exchange.example.com``, the redirect URI would be
+``https://exchange.example.com/kyc-proof/kyc-provider-challenger-oauth2/``.
+
+
Persona specifics
^^^^^^^^^^^^^^^^^