开发者

Single Sign On on Google App Engine Apps

I've situation where I'm looking for single sign on across the apps. I've three appspot URLs say x.appspot.com, y.appspot.com & z.appspot.com in all of which User Profile system is Same. Also we use same kind of admin panel to permit the users on App inside each URL. However now the problem is all the users are scattered across the URLs and we need all of them to be maintained through one centrali开发者_如何学Gozed app on which if we set permission they shall be able to access the URL permitted.

I'm seeing if single-sign on feature can help us.


You could make an authorization server (like customauth.appspot.com) and query it with fetchUrl from x, y, and z. If you make it adhere to oauth protocols then all of Google's oauth stuff should work!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜