I found this solution on getopenid.com :
"If you have a blog or homepage you'd like to use as your OpenID, you don't have to set up a server! Just copy the following into the head part of your HTML or XHTML, and use that URL.
link rel="openid.server" href="http://getopenid.com/action/authenticate/"
link rel="openid.delegate" href="http://getopenid.com/YOURIDENTITY/"
Note that you cannot use secure signons with this URL unless you have your own SSL server. Sites will also see you as a different person than when you directly use your identity from GetOpenID.com."
I think you have to replace getopenid.com with your OpenID provider and YOURIDENTITY with your OpenID identity.
