kyclogic-persona.conf (1090B)
1 # This file is in the public domain. 2 3 # FIXME: add to taler.conf man page! 4 5 # Example persona provider configuration. 6 7 [kyclogic-persona] 8 9 # Optional authorization token for the webhook. 10 # This must be the same for all uses of the 11 # Persona provider, and is thus not in a 12 # template-specific section. 13 #WEBHOOK_AUTH_TOKEN = wbhsec_698b5a19-c790-47f6-b396-deb572ec82f9 14 15 16 [kyc-provider-example-persona] 17 18 LOGIC = persona 19 20 # Generic converter that does nothing. 21 KYC_PERSONA_CONVERTER_HELPER = cat 22 23 # Program that converts Persona KYC data into the 24 # GNU Taler format. 25 KYC_PERSONA_CONVERTER_HELPER = taler-exchange-kyc-persona-converter.sh 26 27 28 # How long is the KYC check valid? 29 KYC_PERSONA_VALIDITY = forever 30 31 # Which subdomain is used for our API? 32 KYC_PERSONA_SUBDOMAIN = taler 33 34 # Authentication token to use. 35 KYC_PERSONA_AUTH_TOKEN = persona_sandbox_42 36 37 # Form to use. 38 KYC_PERSONA_TEMPLATE_ID = itempl_Uj6Xxxxx 39 40 # Where do we redirect to after KYC finished successfully. 41 KYC_PERSONA_POST_URL = https://taler.net/ 42 43 # Salt to give to requests for idempotency. 44 # Optional. 45 # KYC_PERSONA_SALT = salt