Hello Everyone,
When i am trying to Login to Amazon website , there is a 2 way factor authentication , where i have to get OTP from mobile to enter.
Please help me in getting solution for it.
Thanks
Hello Everyone,
When i am trying to Login to Amazon website , there is a 2 way factor authentication , where i have to get OTP from mobile to enter.
Please help me in getting solution for it.
Thanks
Hi @saikumar
I think when time for entering otp come, pop up a input dialog box asking to enter the otp just sent to mobile no and also make a sequence to enter the otp.in website
Hope it helps
Mark this as solution if u got it
Nived N
Hi @NIVED_NAMBIAR Thanks for the reply
How bot reads the OTP from mobile!!!
I think ur query is resolved @saikumar
I have the same need and in my opinion, unless you use a twilio number, there is no programmatic way of reading the messages like you can read emails. Check out twilio packages and post your findings here.
Actually,
there is this package of activities, that can help you.
Or any other desktop app that can store the OTP codes for you (like 2fast for example).
Just when you do the setup, you need to enter the (i call it seed) code to that code storage.
See this: How To Generate Secret Key.docx (70.0 KB)
And you will understand that id you have eg. Google account , then you dont have to use twillio.
Hi Surya have you worked it twillo and get the solution ?
If yes can you please advise me how to resolve this issue i am really struggling to read the OTP from Mobile.
If you can give me solution hiw you make it work that will be helpful
Welcome to the UiPath forum.
To answer your question, no, I haven’t pursued that option, because I don’t want to see myself overriding and violating the website administrator’s security measures to implement 2FA as a security measure for their users. I made my bot an attended bot where the user would have to physically get the OTP code from their phone to proceed with the rest of the workflow. With PIP mode, this is easy as it does not interfere with the user as they continue to use their workstation while the bot is running on the PIP screen.