Signing in with a different OpenID

html, body {margin:0px; padding:0px; background-color: transparent;}.xed a {cursor: pointer !important;}

Besides your original OpenID that you registered Springnote with, you can add up to 3 more OpenIDs.


What is my original OpenID?

Your original OpenID is the OpenID you used when you first registered for a Springnote account. (We currently do not support altering the originally registered OpenID).

Your other OpenIDs are used only to sign in with. 


Delegation

Delegation allows you to use your own website as your identifier while still using a third-party OpenID provider. This requires only the ability to add a small snippet of HTML code to the page you wish to use as your identifier. After setting this up, you can use this to sign in to Springnote.


What you need to know?

In order to set up delegation, you need to know two pieces of information:


  For the sake of example, we will use http://john.myprovider.com/ as the identifier and http://myprovider.com/openid/server as the identity server address.


Setting up Delegation

To set up delegation for a particular web page, simply add the following HTML code to the <head> section of the document using your favourite text editor. In most cases you will want to add this to the index page (usually index.html or default.html) of your site. This uses the example values mentioned in the previous section, so remember to substitute the correct values as necessary.

  1.    <link rel="openid.server" href="http://myprovider.com/openid/server" />
       <link rel="openid.delegate" href="


If your OpenID Provider supports OpenID 2.0, also add:

  1.    <link rel="openid2.provider" href="http://myprovider.com/server" />
       <link rel="openid2.local_id" href="


If your OpenID provider that support both OpenID 2.0 & XRDS (VeriSign & LinkSafe), also add:

  1.    <meta http-equiv="X-XRDS-Location" content="http://myprovider.com/oid_xrds/=ve7jtb" />


This tells sites to use your provider's identity server to check who you are, and that your provider knows you by the URL given in openid.delegate.
Once you've added these to your page, you should now be able to use the URL of your page as your identifier when signing in to OpenID-enabled sites. Your OpenID provider's identity server, as indicated by openid.server, will still do all of the hard work but you will ultimately be identified by your own website address when you've signed in.



How to use another ID to sign in to Springnote

  1.  From the Global Navigation Panel,  click the down arrow next to My Dashboard, then click My Account.
    2008-09-11__6-09-08.png 
  2. From the Account, input an additional ID for it to be added.
    2008-09-11__6-06-17.png
  3. After you have added the ID, you can then use that ID to sign in to Springnote as you would with your default ID.