PINValidationValve
Validates a PIN code entered before or after the otp.
Could also be used when no otp is present with an exact match for the PIN.
Properties
Example Configuration
{
"name": "PINValidationValve",
"config": {
"stored_pin_param_name":"pager",
"provided_pin_param_name":"password",
"provided_otp_attribute_name":"otp",
"pin_placement":"after",
"pin_length":"6",
}
}
Requirements
Item set must have at least one entry.