Migrating OpenID to OAuth2.0 in Google AppEngine

时间:2015-04-24 21:27:19

标签: python google-app-engine oauth-2.0 google-openid google-account

As of April 20th with the deprecation of certain google APIs, our Google Appengine app has stopped working.

Going from: https://svusdnewstudent.appspot.com/login

To: https://svusdnewstudent.appspot.com/_ah/login_redir?claimid=https://www.google.com/accounts/o8/id&continue=https://svusdnewstudent.appspot.com/main

I get an Error: Server Error 500. There are no errors listed in the logs in the developer console. I believe it is using the wrong API and I don't know how to migrate it. I've tried searching all the migration tutorials but they don't make sense to me or don't seem to apply to this particular situation. I'm not a web developer, I'm a network specialist, so I'm iffy on these things. The guy who would do this stuff normally isn't around anymore.

I have access to all the python files, I know how to download, change and publish the app itself, but I believe this is something that needs to be sorted in the developer console, though I could be wrong.

1 个答案:

答案 0 :(得分:0)

如果您正在努力完成这项工作,则需要阅读Google的文档,了解如何迁移here

他们建议使用他们的JavaScript API Google Sign-In for Websites。我已在我的网站上完成此操作,但是通过简单的实施遇到了几个问题,请参阅我的问题herehere以获取更多信息。

我希望这会有所帮助。