PhenixID web apps authentication – One Touch
This authenticator is used to authenticate users with PhenixID One Touch
Prerequisites
- One Touch backend configured
 
Configuration properties
Example configuration
{
  "alias" : "ot",
  "name" : "AssignmentAuthenticator",
  "configuration" : {
    "successURL" : "/application/",
    "form_template_name" : "test_form.template",
    "form_template_translation_keys" : "test.title,test.description",
    "poll_template_name" : "test_poll.template",
    "poll_template_translation_keys" : "test.title",
    "assignment_template_name" : "test_assignment.json",
    "assignment_template_translation_keys" : "test.title"
  },
  "id" : "ot_01"
}
  
	
  Older versions