I have been able to get the initial piece working but how do I store the resulting verify request in user metadata? I have configured a phone provider and in that provider I am waiting on the resulting verification reqeust. That request has a verify SID that signifies the attempt. That SID is required to update Twilio for Feedback and feeding data back into the Fraud Guard tool.
I am stuck getting the verification stored to be able to use in a post-login trigger to send the data back to Twilio.
Hi @sartman
Welcome to the Auth0 Community!
Thank you for posting your question. Unfortunately, the Twilio Fraud Guard tool is not supported natively at this moment, but I can refer you to the guide shared by Twilio on how to enable the Twilio Verify → How to configure Auth0 MFA using Twilio Verify | Twilio
Thanks!
Dawid
Not really what I am asking. I need to store data from the phone provider in the user metadata (specifically the VE… from the verify request). Then I can use that to update Twilio and that will allow Fraud Guard to function.
So how do you store data in the userMetadata about the session? I do not need it to persist across logon sessions, in fact I would prefer it does not