I keep getting problems authenticating to my openid from my webpage (http://dbzer0.com). I am delegating through myopenid.com but I keep getting this page:
myOpenID is not authorized to verify that "http://dbzer0.com/" is your identifier. If it is your identifier, you can set up myOpenID to verify it. See the help page for more information.
Looking at the help page linked, it seems to show that you need quite a few header inserts, however, looking at my own page source, I only see the following
<meta http-equiv="X-XRDS-Location" content="http://dbzer0.com?xrds=1" />
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate me" href="http://db0.myopenid.com/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://dbzer0.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://dbzer0.com/wp-includes/wlwmanifest.xml" />
Which seems different.
I'll try to manually put the links myopenid mentions in the header and see if that works