【发布时间】:2011-08-03 19:15:15
【问题描述】:
我正在使用 lightopenID,并且仍在使用包含的 example-google.php 文件。
我已将 $openid->身份编辑为
$openid->identity = 'https://www.google.com/accounts/o8/site-xrds?hd=[my-google-app-domain]';
一切正常。当我单击“使用 Google 登录”按钮时,我会被定向到 Google 应用程序域。我登录并没问题...但是当它重定向回我正在测试脚本的本地主机时,我收到以下错误消息:
在 [my-google-app-domain] 找不到 OpenID 服务器
谁能解释这里发生了什么?
谢谢
【问题讨论】:
标签: openid