xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.53k stars 506 forks source link

[Bug] WebAuthenticator with gogole auth 2.0 not returning back with the google auth 2.0 auth url #2104

Open zubair1995 opened 8 months ago

zubair1995 commented 8 months ago

Description

  var authUri = new Uri($"https://accounts.google.com/o/oauth2/auth?client_id={googleClinetID}&redirect_uri={callback}&response_type=code&scope=email");
                    var callbackUrl = new Uri("myapp://");

                    r = await WebAuthenticator.AuthenticateAsync(authUri, callbackUrl);

Steps to Reproduce

Expected Behavior

Actual Behavior

Basic Information

Screenshots

Reproduction Link