Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

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

Open
zubair1995 opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@zubair1995
Copy link

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

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

@zubair1995 zubair1995 added the bug Something isn't working label Nov 13, 2023
@zubair1995 zubair1995 changed the title [Bug] WebAuthenticator with gogole auth 2.0 always return invalid Redirect_URI [Bug] WebAuthenticator with gogole auth 2.0 not returning back with the google auth 2.0 auth url Nov 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant