iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
989 stars 552 forks source link

Login not working with third party SSO #1219

Open febs opened 7 years ago

febs commented 7 years ago

My google account is managed by another organization. All google services work (google redirects the login page to the SSO login page of the organization, which returns a token that allows the login process to complete). IITC doesn't work though. I can provide further informations privately if necessary.

febs commented 7 years ago

BTW this happens on the mobile version only.

spiralray commented 7 years ago

I have same issue in IITC-Mobile on iOS. This is because default User-Agent of UIWebView is not allowed in Google Oauth.

To avoid this problem, change user-agent in App. https://stackoverflow.com/questions/478387/change-user-agent-in-uiwebview-iphone-sdk

febs commented 7 years ago

The reason why IITC is not on the Android Play Store is related to compliance with Niantic policies? Or which other reason?

Cause the integration with Google login services would be possible otherwise.