-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
The url used by the GoogleOpenId backend seems to be deprecated #472
Labels
stale
Stale issues (closing soon)
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
andersk
added a commit
to andersk/social-core
that referenced
this issue
Oct 24, 2020
It was discontinued on the server side in 2015, in favor of OpenID Connect (our GoogleOpenIdConnect backend). https://support.google.com/accounts/answer/6206245 Fixes python-social-auth#462, python-social-auth#472. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
9 tasks
andersk
added a commit
to andersk/social-core
that referenced
this issue
Oct 24, 2020
It was discontinued on the server side in 2015, in favor of OpenID Connect (our GoogleOpenIdConnect backend). https://support.google.com/accounts/answer/6206245 Fixes python-social-auth#462. Fixes python-social-auth#472. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
omab
pushed a commit
that referenced
this issue
Jan 9, 2021
It was discontinued on the server side in 2015, in favor of OpenID Connect (our GoogleOpenIdConnect backend). https://support.google.com/accounts/answer/6206245 Fixes #462. Fixes #472. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
omab
pushed a commit
that referenced
this issue
Jan 9, 2021
It was discontinued on the server side in 2015, in favor of OpenID Connect (our GoogleOpenIdConnect backend). https://support.google.com/accounts/answer/6206245 Fixes #462. Fixes #472. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The url used by the
GoogleOpenId
backend seems to be deprecated:https://github.com/python-social-auth/social-core/blob/master/social_core/backends/google.py#L176
If you try to access https://www.google.com/accounts/o8/id a 404 is returned.
Expected behaviour
Probably
GoogleOpenId
needs to be removed and the docs updated.Actual behaviour
An error is returned when this backend is used.
What are the steps to reproduce this issue?
Any logs, error output, etc?
The stack trace of the error:
Any other comments?
It looks like the recommended approach is to use "OpenID Connect" instead of the old endpoint, which is what
social_core.backends.google_openidconnect.GoogleOpenIdConnect
does.Related open issue in the docs repo: python-social-auth/social-docs#65
The text was updated successfully, but these errors were encountered: