taler-docs

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

commit 6ca148ca06b5f6b7a54aefeb3819f2413b8d057f
parent 92f634884c5d24c54ba2627bb917d6a1a3230f2e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 22 Nov 2024 14:56:45 +0100

enable passing of address to challenger

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

diff --git a/taler-kyc-manual.rst b/taler-kyc-manual.rst @@ -278,6 +278,11 @@ 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/``. +Using the OAuth 2.0 logic with the ``/setup`` endpoint it is possible to +pass Challenger the address to validate via the **context** of the KYC check. +To do so, the *address type* specific address data must be provided in a +field ``initial_address`` of the **context** object. + Persona specifics ^^^^^^^^^^^^^^^^^