(12-21-2023, 07:20 PM)Alexandre Machado Wrote: You need to generate a QR code from your application and show it on a page (something that the web version of WhatsApp does) or do you need to read it from your application (the browser) using the mobile camera?
Generate & display. There are good free authentication apps that would scan & register it. I'm actually doing exactly what lfeliz has suggested and have a working prototype.
It's really not a big task as such, so no biggy.
I was at first trying to do push notifications, but that seems impossible with either Microsoft or Google authenticators. Maybe possible with Authy, but not free. May also be possible through Azure, even at free level, in a multi-tenant kind of way, I'll need to explore it to get a feel...
And of course, this spills outside IW, because you also need to generate a secret, store it somewhere, display all that somehow, etc. So, no silver bullet, just takes some typing ;-)
Great minds think alike ;-)
I'm actually doing exactly what you have suggested, same exact components, and have a working prototype already. In my case, it was harder to organise the secret storage and then plug all that into the overall application workflow to allow for the user input and error handling around it.
So now, I only wish it was all in IW already, without the need to search for it and maybe even with a ready visual component for display.

