IssueAssignmentValve
Issue an assignment to Ont Touch device.
Uses a default template data formated as HTML:
<div style=\"background-color: #ffffff; text-align: center;\">"
+ " <span>{{login.assignment.client.message.authentication.message}} {{username}}</span><br>"
+ " <span>{{login.assignment.client.message.authentication.service}}</span>\n"
+ " <span>{{service}}</span>"
+ " <span></span>"
+ " <span>{{date}} {{time}}</span>"
+ "</div>
Properties
Example Configuration
       {
      "name" : "IssueAssignmentValve",
      "config" : {
        "userNameParameter" : "{{session.subject}}",
        "serviceName" : "Phenixid",
        "authMessage" : "Approving password change for user:",
        "serviceMessage" : "",
        "completeURL" : "http://192.168.10.194:8080/reset/authenticate/reset/?proceed=true"
      }
    }
Requirements
User must have One Touch enrolled.
