I want to log in to Stack Overflow with Techorati OpenID hosted at my site.
http://stackoverflow.com/users/login has some basic information.
I understood that I should change
<link rel="openid.delegate" href="http://yourname.x.com" />
to
<link rel="openid.delegate" href="http://technorati.com/people/technorati/USERNAME/" />
but if I change
<link rel="openid.server" href="http://x.com/server" />
to
<link rel="openid.server" href="http://technorati.com/server" />
or
<link rel="openid.server" href="http://technorati.com/" />
it does not work.