0

我想使用托管在我网站上的 Techorati OpenID 登录 Stack Overflow。

https://stackoverflow.com/users/login有一些基本信息。

我明白我应该改变

<link rel="openid.delegate" href="http://yourname.x.com" />

<link rel="openid.delegate" href="http://technorati.com/people/technorati/USERNAME/" />

但如果我改变

<link rel="openid.server" href="http://x.com/server" />

<link rel="openid.server" href="http://technorati.com/server" />

或者

<link rel="openid.server" href="http://technorati.com/" />

这没用。

4

2 回答 2

1

来自http://blog.blogupp.com/2008/06/get-openid-fied-and-discover-new-web.html

<link rel="openid.server" href="http://technorati.com/openid/"
于 2008-09-18T10:04:57.163 回答
1

找出这个问题的答案的一般方法是加载您要委托给的页面(在这种情况下为http://technorati.com/people/technorati/USERNAME),查看源代码,然后找到服务器标签在那里使用。

如果有 openid2 标签,你也应该复制它们。

于 2008-09-18T18:35:47.030 回答