通过 Google Apps 域进行 Google App Engine 授权
我已成功按照示例获取 AuthSub 令牌,以授权我的 GAE 应用程序访问用户的 Google 日历。
我已将域参数添加到方法 gdata.auth.generate_auth_sub_url 中,以便针对 Google Apps 域用户对应用程序进行身份验证。然后将该应用程序安装在我们的测试域之一中。
这工作正常,但是,域中的每个用户都必须完成授权应用程序使用日历的过程。在我尝试过的其他市场应用程序中,安装应用程序时会对整个域进行一次授权。
这是如何实现的?
I have successfully followed the examples to gain an AuthSub token to authorize my GAE application to have access to the user's Google Calendar.
I have added the domain parameter to the method gdata.auth.generate_auth_sub_url so that the application is authenticated against a Google Apps Domain user. The app is then installed in one of our test domains.
This is working fine, however, each user in the domain has to go through the process of authorizing the app to use the calendar. In other Marketplace Apps that I have tried, this authorization is done once for the whole domain when the app is installed.
How is this achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本页介绍了 Marketplace 应用如何代表用户访问 gdata API。
This page describes how Marketplace apps can access the gdata APIs on a user's behalf.