Archive for the ‘OpenId’ Category

Welcome Bokardo Readers!

If you’re here because of Josh Porter’s posts on social network and social niche sites on his blog Bokardo, you might find these posts interesting:

If you like what you’re reading, please subscribe! I post every weekday on “Web 2.0” topics like JavaScript, CSS, web semantics, and of course the social web.

(Please excuse the looks, I’m not quite done with the theme for this site yet, but it looks much better than a week ago!)

Now running WordPress 2.5 from SVN

Since I found out that HappyCog redid the admin for WordPress 2.5 I’ve been interested to see what it looks like. This morning I decided it was time. I originally used the DreamHost one-click install to setup my initial install, and although it is a nice feature, I decided that SVN was more my thing. Going through the steps provided was pretty simple, and my upgrade was complete in about five minutes total.

As far as compatibility, all of my existing plugins “worked” but the XML Sitemap plug-in looks a little funny thanks to the new admin design. While I was at it I added the ClickPass plugin as a follow-up to my recent foray into OpenID. I’m not sure it’s working correctly, I can login with my ClickPass account (which I’m assuming is cookie based), but have been unsuccessful merging my preferred OpenID, or even the one Technorati provides. I will have to look into that one a little further, but until then, no ClickPass for me.

Identity and OpenId

It all started last week when I read an article on Vitamin about the launch of ClickPass at SxSW. I’d noticed OpenID before, mainly on the Ma.gnolia login page, but I never really saw a reason to get one for a single site. Today, I finally decided to check it out.

I started at ClickPass, which lead me to OpenID.net, which listed a page containing all of the OpenIds that I already have. Not really wanting to tie myself to a particular web app, I choose myOpenID because I liked the logo. I quickly created an account, then noticed that you could get a myOpenID for a domain, since I own delabar.org, openid.delabar.org was born. After some quick configuration, I had my open personal OpenID that was easy for me to remember and ready to use. Very cool.

Looking into the topic further, I found Sam Ruby’s instructions for setting up OpenId without using a service, interesting from a privacy perspective since you’re in complete control of your information, but at the same time you lose the third party verifying your identity. Leaving that debate for another day, the best part of the post was the first section where Sam talks about using delegation to claim your blog. With a simple block of code in your html head, something like the following, you can use your blog as your OpenID.

10
11
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://openid.delabar.org/eric" />

Using this quick test I verified this, and I can now use my blog URL as my OpenID. Now, what is my reason for doing that? I really don’t have one, since I’m already using my own domain as my OpenID. However, if I was using some other OpenID, like my Flickr URL for example, I would have a level of redirection that would allow me to swap Flickr out for Technorati without having to go and re-authenticate at all of my sites that use OpenID. Now, let’s bring in the Social Graph, a quick bit of XFN code in my link above, and now my OpenID identification page is part of my social graph.