webplatform / annotation-service

Hypothes.is’ container project to customize for notes.webplatform.org
1 stars 0 forks source link

IE does not redirect after login #19

Closed tilgovi closed 9 years ago

tilgovi commented 9 years ago

This might be a problem with the fxa-content-server. IE doesn't appear to even attempt a redirect back to the callback URI.

tilgovi commented 9 years ago

@renoirb might need your help checking into the fxa-content-server

renoirb commented 9 years ago

I’ve spent some time today to see where the problem is and I also updated the OAuth client entry.

Problem is that it’s hard to debug in IE, even with their new developer tools. Mostly because its a popup window and as soon as the flow ends, the debug disappears with the window.

Also, the problem is intermittent. Sometimes it works, sometimes it hangs.

Maybe it was a bug in Firefox Accounts at the time I forked the project and its been fixed since then.

NOTE Added those notes to #24

renoirb commented 9 years ago

The issue here was only about redirection configuration. If notes.webplatform.org deployment of webplatform/notes-server uses OAuth client id 6351fea2e2934c18 all should be fine.

renoirb commented 9 years ago

This issue is solved, moving appropriate comments about IE slowness to #24.