Description
We are using FusionAuth™ version 1.17.0.
We are developing a Native Android & iOS App which will use FusionAuth as OIDC Idp.
I have implemented https://github.com/openid/AppAuth-Android and shall implement the iOS project from the same author.
Everything is working fine... Username/Email + Password login is working perfectly fine...However, when we use Google Sign-in (which is working perfectly on Desktop Chrome), but in Android when the app goes to fusionauth login screen.
- It gives option for Google Signin
- When clicked, It opens Google Signin Page
- It perhaps, even signin to the google ( how i know, next time it doesn't asked me for password)
- it closes the google signin window
- I see the FusionAuth login form, it doesn't process anything and doesn't therefore return to the App.
PS: i tired lot for 2-3 days now to figure out, inspected the android chrome on desktop dev tools, it gave me this cookie warning, ( which i also get for desktop chrome but in desktop fusionauth processes, in android it doesn't). So i felt may be this is the issue.
Kindly let me know what can be done.