AnonymousAssignmentAuthenticator
Authenticate users with a QR-code or on the same device using PhenixID One Touch.
Properties
Example Configuration
{ "alias" : "ot",
"id" : "myauthenticator", "name" : "AnonymousAssignmentAuthenticator", "configuration" : { "successURL" : "/application/",
"issuer" : "company ab",
"allowLanguageChange" : "true",
"max_polls" : "100",
"poll_interval" : "2000", "method_same_device_enabled":"true",
"method_same_device_icon":"same-device.png"
"method_other_device_enabled":"true",
"method_other_device_icon":"other-device.png",
"login_template_name" :
"anonymousassignment.template",
"assignment_template_name" :
"ot_auth_template.json"
} }
Requirements
- One Touch backend configured.
- One Touch activated by the authenticating user.