两个不同的Google OpenID网址

Kez*_*lia 8 openid

我刚刚意识到我可以在网上找到两个google open id urls.

你能告诉我哪一个是合适的吗?

Chr*_*e L 8

简而言之,当网站要求您提供OpenID标识符时,您可以输入https://www.google.com/accounts/o8/id.然后该网站将在该场景后面对该URL进行GET,该URL将返回XRDS文档.此XRDS文档包含Google的OpenID提供商的网址,该网址为https://www.google.com/accounts/o8/ud,然后将继续使用OpenID流程.

有关OpenID标识符和提供程序的完整信息,请参见http://openid.net/specs/openid-authentication-2_0.html.

  • 请注意,Google [不再支持OpenID 2.0并建议迁移到OpenID Connect](https://developers.google.com/identity/protocols/OpenID2Migration). (2认同)