OTP validator
Used to validate a OTP either generated by an mobile app, token device or sent to the user via SMS/e-mail. Often used in conjunction with other authenticators. Requires modules AuthN & Pipes.
Configuration
Name
Description
Default value
Mandatory
{
"id": "iodpwd",
"type": "OTPValidator",
"config": {
"base_path": "/saml/authn",
"context_path": "/saml/authn/otp",
"pipe_id": "otp_validation_pipe",
"webroot_dir": "web/authenticator/otp_validation"
}
}