在内部Web应用程序上通过Google Apps验证用户身份

时间:2011-03-15 19:00:06

标签: python authentication google-apps

我想知道在内部网络应用程序中验证Google Apps用户的最佳方式是什么?

我不需要像两条腿的auth接缝那样访问他们的数据。 我只是希望用户使用他们的Google Apps凭据来使用内部应用程序。

干杯, 马丁

2 个答案:

答案 0 :(得分:1)

您可以尝试this

答案 1 :(得分:0)

您可以使用OpenID API将Google Apps用作OpenID提供商,并将托管帐户用于身份验证。这也称为联合登录。然后,您的内部应用程序将成为OpenID依赖方。

您需要先从Google Apps控制台启用OpenID - http://www.google.com/a/cpanel/your-domain/SetupIdp

更多细节 - http://code.google.com/googleapps/domain/sso/openid_reference_implementation.html