I\'m using chrome.identity to log into a 3rd party oauth provider in an chrome extension. It works fine for logging in- when I use launchWebAuthFlow I am presented with the
I happened to hit the same problem recently, and I finally solved it by adding login_hint= and prompt=consent in the login URL.
login_hint=
prompt=consent