How to set up OpenID on your own domainYou must be this independent in order to contribute:
Here are a couple of options for #2.
Delegating your domain to myOpenIDfrom https://www.myopenid.com/help#own_domain You can use your own URL as your OpenID, and still use myOpenID as your OpenID server. To set this up, create an account, and add the following markup into your page's head section:
<link rel="openid.server"
href="http://www.myopenid.com/server" />
<link rel="openid.delegate"
href="http://youraccount.myopenid.com/" />
<link rel="openid2.local_id"
href="http://youraccount.myopenid.com" />
<link rel="openid2.provider"
href="http://www.myopenid.com/server" />
<meta http-equiv="X-XRDS-Location"
content="http://www.myopenid.com/xrds?username=youraccount.myopenid.com" />
(If you have a .name account through FreeYourID.com, substitute first.last.name for youraccount.myopenid.com above) That's it. You can now use your own URL to log into OpenID enabled sites with myOpenID as your OpenID server. Please note that you will not be able to log into myopenid.com with your own URL; you must use your myOpenID identifier. Delegating your domain to VidoopWARNING: Vidoop is no longer around, and their servers are running due to the grace of the new owners. They could be shut off at any point.[1] Consider switching OpenID providers ASAP. If you're using Vidoop as your OpenID provider, you can instead delegate from your own domain to Vidoop by placing these into the From: https://myvidoop.com/help/what-is-delegation <link rel="openid2.provider" href="https://myvidoop.com/openid" /> <link rel="openid.server" href="https://myvidoop.com/openid" /> <link rel="openid2.local_id" href="http://username.myvidoop.com" /> <link rel="openid.delegate" href="http://username.myvidoop.com" /> <meta http-equiv="X-XRDS-Location" content="http://username.myvidoop.com/xrds" /> Where "username" (in the latter 2 link elements and the meta element) should be replaced with your personal username on Vidoop. Installing on your own serverOne option is to install phpMyID on your server. It is a single file that you can drop on to your server to create an OpenID provider. You can read about some other options here: http://www.intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers openid.net has further information for developers: http://openid.net/developers/ TroubleshootingIf even after setting up OpenID or delegation, signing-in doesn't appear to work:
|


