Forum Discussion
diridev
Oct 30, 2021Copper Contributor
Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
I've developed an Edge extension which allows users to login with their Google account. I use the chrome.identity.launchWebAuthFlow function for that and everything works fine. Problem is when you s...
sobby
Dec 02, 2021Copper Contributor
In our case, it is happening with Microsoft OAuth login, Google and OKTA are working fine.
It is only failing when we are passing Microsoft login URL. I have also raised a ticket at Stackoverflow
It is only failing when we are passing Microsoft login URL. I have also raised a ticket at Stackoverflow
sobby
Dec 02, 2021Copper Contributor
- sobbyDec 02, 2021Copper Contributor
Please check stack overflow link for the solution
- KristofferPKDec 18, 2021Copper Contributor
sobby Sorry but it's not a solution, it's a workaround and it doesn't even work for me (the workaround returns undefined which means I can't even use it). I also have this issue: javascript - Edge extension crashes the whole browser on API call after latest update (launchWebAuthFlow) - Stack Overflow
- sobbyDec 18, 2021Copper Contributor
Hi, I agree it's not a solution it is just a workaround but Can you please share some code why it is returning undefined.