OTP Validation
Validates a one-time password.
Use this valve to validate a generated one-time password . If the OTP is validated successfully an item property user_authenticated
is created and set to String "true"
. (If the valve fails the property is set to String "false"
).
Configuration
Valve name: ValidateOtp | OtpValidation
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Parameter containing the username. | N/A | ||
| Parameter containing the entered OTP. | N/A | ||
| Parameter containing the previously generated OTP. |
| ||
| Number of retries | 0 |