I’m creating a Chrome extension that logs in to Auth0 using launchWebAuthFlow. Auth0 is configured for Facebook and Google. It worked fine to login to Facebook. Then I logged in to Google and that also worked fine. But now every time I try to login to Facebook, I get the login popup wher I can choose between Google and Facebook - as expected. When I choose Google it works fine. But if I choose Facebook it always asks me to enter my Facebook password. That’s already an indication that something is wrong. I do so and complete that flow, but it comes back to the launchWebAuthFlow callback with a redirect url like this:
https://.chromiumapp.org/#error=invalid_request&error_description=Corrupted%20OAuth%20access%20token
So my question is: what does Corrupted OAuth access token mean and where is it coming from: Facebook or Auth0?