challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

test-challenger-pkce.conf (361B)


      1 [challenger]
      2 
      3 # Which external command should be used to transmit challenges?
      4 AUTH_COMMAND = cat.sh
      5 
      6 # What address type are we validating? (SMS, e-mail, etc.)
      7 ADDRESS_TYPE = file-access
      8 
      9 # Base URL
     10 BASE_URL = http://localhost/
     11 
     12 [challengerdb-postgres]
     13 #The connection string the plugin has to use for connecting to the database
     14 CONFIG = postgres:///talercheck