-
-
Notifications
You must be signed in to change notification settings - Fork 381
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 - approval_prompt: "auto" not a valid parameter value #248
Comments
Reopening this issue as I closed id upon false confirmation that it works. |
Yes, looks like a change on the Google side, this is affecting many sites and auth libraries.
Fix is to remove the https://developers.google.com/identity/protocols/oauth2/openid-connect#authenticationuriparameters |
Thanks a lot. Closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have just came across an error (bug perhaps), that in my Django application, usage of the Google social auth login produces and error:
My usage of the social auth is creating a link in a template:
{% url 'social:begin' 'google-oauth2' %}
No additional special configuration options, nothing.
I suppose that this was due to some Google side change, because yesterday evening, everything worked fine.
The text was updated successfully, but these errors were encountered: