【问题标题】:Adding an internal web application to Google Apps将内部网络应用程序添加到 Google Apps
【发布时间】:2012-03-14 18:29:22
【问题描述】:

我刚刚为我们的一个内部 Web 应用程序重新编写了身份验证,以依赖使用 OpenID 的 Google Apps 联合登录,它运行良好。但是,作为一个完全完美的解决方案,我想知道是否可以将内部应用程序添加到 Google Apps 顶部栏上的更多链接,您会在其中看到列出的 Google Apps 市场应用程序?

我认为可能唯一的方法是在 App Engine 上进行部署?

【问题讨论】:

    标签: google-apps


    【解决方案1】:

    您可以在Google Apps market 位置创建列表。您不必公开您的列表,您可以将其保密以供公司内部使用,并且仍将其部署到您的 GAPPS for Business。

    在市场中部署时,您必须提供manifest file,它定义了“更多链接”。谷歌将此称为通用导航。 基本上,清单中需要这样的东西:

      <!-- Show this link in Google's universal navigation for all users -->
      <Extension id="navLink" type="link">
        <Name>AppTest</Name>
        <Url>http://www.example.com/home.php?from=google&amp;domain=${DOMAIN_NAME}</Url>
        <!-- This app also uses the Calendar API -->
        <Scope ref="calendarFeed"/>
      </Extension>
    

    【讨论】:

      猜你喜欢
      • 2018-06-04
      • 1970-01-01
      • 2021-11-04
      • 2018-05-31
      • 2011-06-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-04
      相关资源
      最近更新 更多