OTPByCMSMSValve
Valve for delivering one-time passwords by SMS via CM.
Properties
Example Configuration
{
"name": "OTPByCMSMSValve",
"config": {
"generated_otp_name":"generated_otp",
"recipient_param_name":"othermobile",
"userid_param_name":"{{request.username}}",
"cm_product_token":"2dbc36f7-484a-4c2a-a17a-d6f084689xxx",
"cm_sender":"Company",
"use_flash":"false",
"recipient_prefix":"+46"
}
}
In the example above the value for attribute othermobile has been picked up earlier in the flow.
The value for userid_param_name has been picked up from the request. Most common values are {{request.User-Name}} for RADIUS and {{request.username}} for HTTP.
Requirements
Item set must have at least one entry.