Getting 403 : disallowed_useragent with Google Auth
-
We have android/iOS app where authentication redirects to fusionauth login page.
And here we have Facebook/Google login setup.
Facebook and native login is working fine but with Google login getting Error 403: disallowed_useragent.Is there any way to directly open sign in for google which will send data to fusion auth only.
-
@robin-singh said in Getting 403 : disallowed_useragent with Google Auth:
We have android/iOS app where authentication redirects to fusionauth login page.
And here we have Facebook/Google login setup.
Facebook and native login is working fine but with Google login getting Error 403: disallowed_useragent.Is there any way to directly open sign in for google which will send data to fusion auth only.
Are you trying to open the login in your application? Maybe try to use the system browser to up the Google login and see if that works. Google disallows OAuth login flows inside embedded web views (like those used in many mobile apps).