mozilla / persona-gmail-bridge

An experiment in building a minimal identity bridge for Gmail
Mozilla Public License 2.0
11 stars 6 forks source link

'Force Google logout' does not work if 3rd party cookies are disabled in Firefox #106

Closed csuciu closed 11 years ago

csuciu commented 11 years ago

Environment: beta.123done.org Win 7 and Ubuntu 12.04 FF 22 release

Steps:

  1. Disable 3rd party cookies in Firefox
  2. Visit gmail.com and sign in with a@gmail.com
  3. Visit beta.123done.org and sign in with b@gmail.com
  4. In the 'Accounts don't match' dialog press on 'Force Google logout'

Actual: Nothing happens. The gmail sign in dialog does not open and a@gmail.com is not logged out from the email client

Expected: The gmail sign in dialog should open.

Can't reproduce on Win 7+ IE 10 with 3rd party cookies disabled

seanmonstar commented 11 years ago

Unfortunately, this is as expected. Still, even if we fixed this (which we hope to do with OAuth), the next step would fail, which is provisioning, since it would depend on the cookie we'd set at this stage.

callahad commented 11 years ago

Closing as a known issue with core Persona and third party cookies :(