NativeAlphaForAndroid icon indicating copy to clipboard operation
NativeAlphaForAndroid copied to clipboard

Login with Google - Error 403: disallowed_useragent

Open christiaangombert opened this issue 3 years ago • 1 comments

I need to login with Google credentials for a website. Sadly I now get Error 403: disallowed_useragent

This will occur because the Android app makes a login request that Google rejects. The most common reason for this rejection is an unauthorized browser agent (the app is using a deprecated browser agent that Google no longer accepts).

christiaangombert avatar Nov 09 '22 18:11 christiaangombert

I am aware of this issue - Google actively disallows the login to its services with applications which use their own WebView. In the next release, this will be handled accordingly.

For further details, read this: https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html

cylonid avatar Nov 10 '22 20:11 cylonid