I have set the "challenge_response=*" policy active.
When I test againt /validate/check?user=USER&pass=PIN I can trigger the SMS but I get a
----------------------
"result": {
"status": true,
"value": false
},
---------------------
result.
When enrolling a TOTP token I do get the response with the transaction ID and can authenticate succesfully.
Any ideas where I might have configured something wrong?
Thanks!
Okay, my bad... Had a wrong RETURN_SUCCESS defined in the SMS provider. Works now as it should :)