PostUidPasswordAndOTPSAML
Used when authentication is done through uid, pwd and OTP. Either using sending a text to a mobile phone OR using a token generator.
Properties
Example Configuration
{
    "alias": "uidpwdotpsaml",
    "name": "PostUidPasswordAndOTPSAML",
    "configuration": {
        "idpID": "idp",
        "userValidationPipeID":"authPipe",
        "otpValidationPipeID":"validationPipe"
}
  