We're trying to integrate Twilio sms and call instead of default azure-b2c call/sms option.
SMS works fine, however I am having a hard time setting up call option within custom policy. Our flow is to call user and have them press # key.
How can I on call button press, invoke an action on B2C that will make a call to a custom api and that api handles call to twilio and waiting for user to press #.
Thanks
Used UserControls on B2C, to call (with send action) and then verify. but with usercontrol limitation on b2c, it seems like it only can send then verify codes.