如何在内部网络应用程序上对来自 Google Apps 的用户进行身份验证?

发布于 2024-10-22 03:14:41 字数 118 浏览 0 评论 0原文

我想知道在内部网络应用程序中对 Google Apps 用户进行身份验证的最佳方法是什么?

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

I was wondering what is the best way to authenticate a Google Apps user in an internal web application?

I do not need to access their data like the two-legged authorization seam to do.
I just want a user to use an internal application using their Google Apps credential.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一袭水袖舞倾城 2024-10-29 03:14:41

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

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

更多详细信息请点击此处 -
http://code.google.com/ googleapps/domain/sso/openid_reference_implementation.html

You can use Google Apps as an OpenID provider and the hosted accounts for identity by using OpenID API. This is also known as federated login. Your internal application then becomes an OpenID relying party.

You need to first enable OpenID from your Google Apps control panel -
http://www.google.com/a/cpanel/your-domain/SetupIdp

More details here -
http://code.google.com/googleapps/domain/sso/openid_reference_implementation.html

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