I’m currently facing a challenge with a “Password reset flow” from Azure B2C (Microsoft). Every time i want to reset my password, I type in my e-mail address and a verification code is sent to a mailbox. I then have to copy this code and enter it in my “Password reset flow” in order to continue and create a new password.
Any thoughts on how I could automate the retrieval of the code from my mailbox?
Thanks in advance!