1

I'm working on implementing Google Identity Toolkit in my application. Due to the unique customer requirement (FISMA), App Engine is an unacceptable platform.

I'd like the most seamless single sign on process with Google possible. No buttons, no popups -- just a few redirects. I'm thinking that the createAuthUrl method of the API is a good place to start. However, I can't seem to get it to work. I must be doing something wrong, but I'm totally stuck.

I've included a gist of some code I've tossed together: https://gist.github.com/5bc9bfb03df34ca93cf3

4

1 回答 1

2

对于在那里搜索的其他人,我创建了一个代码示例,允许在 Python 中进行 Google-Identity-Toolkit 握手,而无需任何 javascript/fluff。

https://github.com/richieforeman/google-identity-toolkit-python-silent

于 2012-07-31T17:40:08.630 回答