我想使用托管在我网站上的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/" />
它不起作用。
答案 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标签,你也应该复制它们。