AssignmentAgnostic
Used to perform OneTouch authentication for a user defined via an expandable parameter. Often used as a step in a SequenceAuthenticator.
Properties
Example Configuration
Example 1: take the uid from the item in the current Sequence from a SequenceAuthenticator
{ "id" : "2487e92b-yyyy-qqqq-8337-ae93d5af4588", "alias" : "assignment", "name" : "AssignmentAgnostic", "displayName" : "Assignment", "configuration" : { "username" : "{{item.uid}}" } }
Example 2: take the username from the request
{
"id" : "2487e92b-yyyy-qqqq-8337-ae93d5af4588",
"alias" : "assignment",
"name" : "AssignmentAgnostic",
"displayName" : "Assignment",
"configuration" : {
"username" : "{{request.username}}"
}
}
Click to copy
Requirements
User must have OneTouch activated.