OTP Validation
Validates a one-time password.
Last updated
Validates a one-time password.
Last updated
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"
).
Valve name: ValidateOtp | OtpValidation
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
username_parameter
Parameter containing the username.
N/A
otp_parameter
Parameter containing the entered OTP.
N/A
src_parameter
Parameter containing the previously generated OTP.
"{{{session.generated_otp}}}"
otp_retries
Number of retries
0