Skip to main content

OpenID Enabled



I'm OpenID enabled. Check out the Wikipedia OpenID article for a great overview. The high points include:
When you post on a blog using OpenID, the blogger's site asks your OpenID provider to log you in; when your provider verifies you, you are guaranteed a unique identity without maintaining an account for that blog.

On OpenID-enabled sites, Internet users do not need to register and manage a new account for every site before being granted access.

Sounds pretty good to me! Also, take a look at the Simon Willison Screencast on How to use OpenID.

The other thing I like about OpenID is that I can make my website/blog address be my OpenID. I.e., my OpenID is brianberliner.com. So, what do I get with this:

  • An easy username to remember that works on multiple web sites.

  • Muy OpenID maps to me, my brand.

  • No need to create yet another password to forget (there's only ONE PASSWORD) to manage.

  • My very personal OpenID URI will only authenticate to me.

  • I can change the back-end provider that does the actual authentication at any time, and the OpenID that the rest of the world sees does not change.


So, how did I do it?

1. Check out Simon Willison's article on How to turn your blog into an OpenID.

I chose VeriSign Labs as my OpenID provider, since I trust the VeriSign brand. They are the one's that will do the heavy lifting of securely authenticating me on multiple OpenID-enabled sites using my single sign-on password (yes, ONE PASSWORD!). I'm
brianberliner.pip.verisignlabs.com.

2. Configure your website/blog software to include two additional links in the header.

I edited my Wordpress 2.1 theme to add the following two lines to the <head> section:
<link rel="openid.server"
href="https://pip.verisignlabs.com/server">
<link rel="openid.delegate"
href="http://brianberliner.pip.verisignlabs.com/">

And, that's it! Do these two steps and you too can be OpenID enabled.


Tags: ,,,


Comments

  1. Thanks Brian. This is very cool, especially with it's integration with Zooomr. I set it up like yours!

    Thanks,

    Bill Petro
    www.billpetro.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Kernel-based Virtual Machine hits Linux

Many congratulations to my good friend Moshe Bar and his team over at (stealth-mode startup) Qumranet . Techworld reports that the KVM (Kernel-based Virtual Machine) project has been accepted into the 2.6.20 version of the Linux kernel distribution. KVM is an Open Source kernel driver that basically allows a Linux kernel to host virtual machines, as plain old Linux processes, that can run Linux or Windows (or other x86-based operating systems). It runs only on hardware that support Intel's VT instruction set (which is fine) and will soon support the AMD-V instruction set as well. This is cool for a number of reasons. It's Open Source, released under the GPL. It basically turns the Linux that we all know and love into a "hypervisor". Linux-as-hypervisor makes sense because Linux already knows how to manage devices, memory, processes, multi-cores, etc. VMware ESX is, essentially, a "hypervisor" - a small kernel, built on Linux as it turns out, that

Bill Coleman Joins 3tera Advisory Board

I think this move surprised a number of people, since Bill recently wrapped up Cassatt Corproation, getting the technology and people  acquired by Computer Associates . However, I was not surprised at all. The announcement, via  3tera Welcomes Bill Coleman : You may or may not have seen the recent press realease.  Bill Coleman, IT/Silicon Valley luminary, Founder and CEO of BEA Systems, has joined 3Tera’s Advisory Board. Yes, this alone is a great testimonial to what we have accomplished in our field.  Getting dignitaries such as Bill does not come easy.  But here’s the best part - this has a lot more than just marquee value and I doubt that Bill would have joined us if that was the case.  Bill, especially since his most recent stint as Founder and CEO of Cassatt Systems, is an extremely knowledgeable visionary in the area of utility and Cloud Computing; and, data center automation. So, Bill will be extremely valuable, reviewing and tweaking both our business plans and techno

Big In Japan Open Sources Their Ruby On Rails Tools

The kind folks over at Big In Japan have graciously decided to Open Source the code they used to build their demo web sites . It's all Ruby on Rails code, and it's being released with a GPL license. The code trees being made available include: elfURL ~ URL Shortner FeedVault ~ OPML file storage FrankenFeed ~ RSS feed merger InstantFeed ~ RSS feeds via email QwikPing ~ Ping Server SocialMail ~ RSS via email Very cool. I just love the Open Source community . I have actually been writing some code of late, and it's great to have some reference code to check out. Not sure if I'm going to go with Ruby on Rails yet, however. And, for the record. I have no idea if this is big in Japan. Tags: Open Source , GPL , Ruby On Rails , Big In Japan , Brian Berliner , brianberliner