如果Techorati OpenID托管在我的网站上,openid.server链接标记中href属性的值是多少?

时间:2008-09-18 10:04:14

标签: openid

我想使用托管在我网站上的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/" />

它不起作用。

2 个答案:

答案 0 :(得分:1)

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

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

答案 1 :(得分:1)

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

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