Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google OAuth error #570

Open
tillwf opened this issue Jun 30, 2020 · 4 comments
Open

Google OAuth error #570

tillwf opened this issue Jun 30, 2020 · 4 comments

Comments

@tillwf
Copy link

tillwf commented Jun 30, 2020

When I try to use Google Oauth I get the login page and after choosing my account I get this screen:

image

and no error on the browser console neither on the server terminal.

Launching the code with the --debug parameter, I get the warning:

Warning: Scope has changed from "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile" to "https://www.googleapis.com/auth/userinfo.email openid https://www.googleapis.com/auth/userinfo.profile".

I then found this link that suggested to set set env variable OAUTHLIB_RELAX_TOKEN_SCOPE.

I did it and it worked.

Should this parameter be added to the default config file ?

@bulam
Copy link
Collaborator

bulam commented Jul 1, 2020

@naoyak any idea about this?

@bulam
Copy link
Collaborator

bulam commented Jul 10, 2020

@till Feel free to put in a PR for this change :)

@till
Copy link

till commented Jul 10, 2020

@bulam you probably didn't mean me?

@csharplus
Copy link
Collaborator

@JJJ000 please see if this issue has been fixed with the recent updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants