How do I log out of a chrome.identity oauth provider

前端 未结 8 1985
一生所求
一生所求 2020-12-01 16:52

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

8条回答
  •  抹茶落季
    2020-12-01 17:08

    I happened to hit the same problem recently, and I finally solved it by adding login_hint= and prompt=consent in the login URL.

提交回复
热议问题