Google 朋友群 - 仅使用 Google,不使用其他(例如 Yahoo 或 Twitter)
我正在使用 Google 朋友群进行用户身份验证。
默认情况下,当您使用此功能时,Google 允许您使用“Google”、“Twitter”、“Yahoo”以及其他一些名称,例如“AOL”和“OpenID”。
有没有一种简单的方法来实际选择我想要使用的服务?例如,我只想使用 Google 帐户。过滤掉其他服务的最佳方法是什么?
I'm using Google Friend Connect for user authentication.
By default, when you use this, Google lets you use "Google", "Twitter", "Yahoo" and a few others like "AOL" and "OpenID".
Is there an easy way to actually choose which service I want to use? For example, I only want to use Google account for this. What is the best way to filter other services out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只想使用 Google 帐户进入您的网站,则可以使用 OpenID。
此处是分步过程使用 DotNetOpenOAuth 库在 ASP.NET 应用程序上实现 OpenID(URL:https://www.google. com/accounts/o8/id – 这是 Google 帐户的唯一 OpenID 网址)。
教程介绍了如何在PHP中实现Google登录(yahoo等只需更改URL,源代码相同)。
If you want to use only Google account into your site than you can use OpenID.
Here is the step-by-step process to implement OpenID on your ASP.NET application using DotNetOpenOAuth libraray (URL: https://www.google.com/accounts/o8/id – this is the unique OpenID URL of Google Account).
Tutorial describes how to implement Google login( yahoo,etc only just change the URLs, source code is same) in PHP.