tobykurien / GoogleApps

DEPRECATED ⛔️ An Android app to sandbox Google websites from your default browser, for privacy
https://plus.google.com/118226948467140990198/posts/YVNFmADvAs4
MIT License
45 stars 17 forks source link

Allow redirects off-domain for authentication #4

Closed mdekstrand closed 10 years ago

mdekstrand commented 10 years ago

I would like to use my university's Google with GApps Browser. The authentication flow, however, redirects from Google to a university authentication page, and then back to Google. If I try this in GApps Browser, the university auth page opens in my default browser.

A couple potential solutions:

tobykurien commented 10 years ago

Is it not possible to authenticate to the university proxy using your default browser before launching GApps Browser? You should only need to authenticate to GApps browser once in a few weeks (based on Google's access token expiry), so this shouldn't be happening each time you use the app.

mdekstrand commented 10 years ago

It's not a proxy issue, it's a Google authentication flow issue. Google hands off authentication to university servers via redirects (like OAuth, although likely using a different technology). This is needed to get the Google session cookie so Google knows that I am logged in.

tobykurien commented 10 years ago

Could you send me a log of the redirects and http requests (you can redact cookie values, etc.) so that I can see what's going on?

tobykurien commented 10 years ago

Closing this issue due to lack of info.