summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-23 15:34:27 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-23 15:34:27 +0200
commit92bc443472599b185b775606ab28024f8a8538dc (patch)
tree375044b480f0cccd17e3f1b582dfb3ee5ee12d8e
parent8cfc3f75c0a6de4bfdee3a1237cf90c615778b12 (diff)
downloaddocs-92bc443472599b185b775606ab28024f8a8538dc.tar.gz
docs-92bc443472599b185b775606ab28024f8a8538dc.tar.bz2
docs-92bc443472599b185b775606ab28024f8a8538dc.zip
-formatting
-rw-r--r--design-documents/023-taler-kyc.rst58
1 files changed, 29 insertions, 29 deletions
diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst
index b0aac4d8..825d8b0f 100644
--- a/design-documents/023-taler-kyc.rst
+++ b/design-documents/023-taler-kyc.rst
@@ -1312,35 +1312,35 @@ specifies a ``$PROVIDER_SECTION`` for each authentication procedure. For each
determines the redirect URL for a given wire target. See below for a
description of the high-level process for different providers.
- .. code-block:: ini
-
- [kyc-provider-$PROVIDER_ID]
-
- # Which plugin is responsible for this provider?
- LOGIC = PLUGIN_NAME
-
- # Optional cost, useful if clients want to voluntarily
- # trigger authentication procedures for attestation.
- # Since **vATTEST**.
- COST = EUR:5
-
- # Plus additional logic-specific options, e.g.:
- AUTHORIZATION_TOKEN = superdupersecret
-
- # Other logic-specific internal options (example):
- FORM_ID = business_legi_form
-
- # Name of a program to run on the output of the plugin
- # to convert the result into the desired set of attributes.
- # The converter must create a log for the system administrator
- # if the provided inputs do not match expectations.
- # Note that the converter will be expected to output the
- # set of attributes listed under the respective ``[kyc-check-*]``
- # sections. Calling the converter with ``--list-outputs``
- # should generate a (newline-separated) list of attributes
- # the converter promises to generate in its JSON output
- # (when run regularly).
- CONVERTER = taler-exchange-helper-$NAME
+.. code-block:: ini
+
+ [kyc-provider-$PROVIDER_ID]
+
+ # Which plugin is responsible for this provider?
+ LOGIC = PLUGIN_NAME
+
+ # Optional cost, useful if clients want to voluntarily
+ # trigger authentication procedures for attestation.
+ # Since **vATTEST**.
+ COST = EUR:5
+
+ # Plus additional logic-specific options, e.g.:
+ AUTHORIZATION_TOKEN = superdupersecret
+
+ # Other logic-specific internal options (example):
+ FORM_ID = business_legi_form
+
+ # Name of a program to run on the output of the plugin
+ # to convert the result into the desired set of attributes.
+ # The converter must create a log for the system administrator
+ # if the provided inputs do not match expectations.
+ # Note that the converter will be expected to output the
+ # set of attributes listed under the respective ``[kyc-check-*]``
+ # sections. Calling the converter with ``--list-outputs``
+ # should generate a (newline-separated) list of attributes
+ # the converter promises to generate in its JSON output
+ # (when run regularly).
+ CONVERTER = taler-exchange-helper-$NAME
Configuration of possible KYC/AML checks