FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
89 stars 12 forks source link

Login with Google not working Flutter | Dart #1037

Open Neeraj0859 opened 3 years ago

Neeraj0859 commented 3 years ago

Login with Google is not working in Flutter

mooreds commented 3 years ago

Hiya,

Thanks for using FusionAuth. We'll need a bit more information.

Can you please provide more information?

What version of FusionAuth?

What version of Flutter?

What have you investigated/tried?

What is the failure state?

Have you tried Google as a social provider and an OIDC/SAML IdP? Do either work?

Does Google work with your application as a provider when you use a web browser?

Thanks!

Neeraj0859 commented 3 years ago

Hi @mooreds thanks for quick reply Here is the video if you get any idea from it

What version of FusionAuth? => flutter_appauth: 0.9.2+6

What version of Flutter? => Flutter SDK version 1.22.5

Normal login working fine https://drive.google.com/file/d/1DTaH44BgSRUvVdVAHXvfbP82XpZnZGzz/view?usp=drivesdk

Login with social media creating issue click below to watch video https://drive.google.com/file/d/1DTzQP1VC3qeJG8wVKC8qvHb6j4jD8IQw/view?usp=drivesdk

mooreds commented 3 years ago

Thanks for the details. Which version of FusionAuth are you using?

Neeraj0859 commented 3 years ago

Thanks for the details. Which version of FusionAuth are you using? I'm using flutter_appauth: 0.9.2+6

and I'm implemented fusion auth with help of below blog https://fusionauth.io/blog/2020/11/23/securing-flutter-oauth/

Neeraj0859 commented 3 years ago

Hi @mooreds, Sorry for miss understanding from my side This is the FusionAuth version we're using in back-end => FusionAuthâ„¢ version 1.19.6

mooreds commented 3 years ago

@Neeraj0859 can you try using google as an OIDC provider (not the social login) and see if that works? https://fusionauth.io/docs/v1/tech/identity-providers/openid-connect/

I know we've had other users who've used the OIDC identity provider for google. I wonder if that might resolve your issue.