通过 Google Apps 域进行 Google App Engine 授权

发布于 2024-08-29 03:43:36 字数 264 浏览 4 评论 0原文

我已成功按照示例获取 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我一直都在从未离去 2024-09-05 03:43:36

本页介绍了 Marketplace 应用如何代表用户访问 gdata API。

This page describes how Marketplace apps can access the gdata APIs on a user's behalf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文