Coding Horror: Your Internet Driver's License
codinghorror.com
Coding Horror: Your Internet Driver's License
1–10 of 101 posts
Re: Coding Horror: Your Internet Driver's License
#2That is what your mother thinks of when she hears Driver's License. Why on earth would that be the branding you pick for OpenID or federated authentication? You are practically trolling your own idea at that point!
Observe the kinds of things people are going to say about any federated identity scheme which you call a License:
"Jeff Atwood thinks the government should be able to take away your Facebook account! He's fascist!" "I didn't say that!"
"Jeff Atwood thinks your mom shouldn't be allowed on the Internet until she stops calling it 'the Googles'! He's an elitist bastard!" "I didn't say that!"
"Jeff Atwood thinks that if you get kicked off a WoW server you should lose your Gmail account. He's in bed with corporate interests!" "I didn't say that!"
Re: Coding Horror: Your Internet Driver's License
#3I think it has something to do with what commenter Kevdog said:
> Here's where the driver license analogy breaks down: I have physical control over my license, it stays with me. No one can lose my license for me.
Re: Coding Horror: Your Internet Driver's License
#4I think 'an internet drivers license' would basically become an ID card.
Re: Coding Horror: Your Internet Driver's License
#5Something about using one set of credentials for a bunch of unrelated sites rubs me the wrong way. I think it has something to do with what commenter Kevdog said: > Here's where the driver license analogy breaks down: I have physical control over my license, it stays with me. No one can lose my license for me.
Or even easier: use delegation. Add some meta tags to the header of your blog (or any HTML page under your control), and sign up for sites using your blog URL as your OpenId.
See an example at my domain (the content is currently blank, but the meta tags are in the source code): http://jmh.id.au
I can sign up anywhere by typing in 'jmh.id.au', and it uses myopenid.com for login. If for some reason I didn't trust myopenid.com I can change providers by editing that page. So I'm not tied to any one provider.
Re: Coding Horror: Your Internet Driver's License
#6I don't like the idea of having one identifier which can be used to tie together all information about me - because linked data provides an unwarranted amount of power to people who have access to it. I think 'an internet drivers license' would basically become an ID card.
Unlike an ID card you can have as many OpenID accounts as you wish – they can be freely created just as easily as email addresses. The solution is the same as for email: Give a different account to each site.
Re: Coding Horror: Your Internet Driver's License
#7I don't like the idea of having one identifier which can be used to tie together all information about me - because linked data provides an unwarranted amount of power to people who have access to it. I think 'an internet drivers license' would basically become an ID card.
Your email address probably already links all of your online accounts. Unlike an ID card you can have as many OpenID accounts as you wish – they can be freely created just as easily as email addresses. The solution is the same as for email: Give a different account to each site.
Re: Coding Horror: Your Internet Driver's License
#8Re: Coding Horror: Your Internet Driver's License
#9Re: Coding Horror: Your Internet Driver's License
#10I'm not sure where people are getting this idea that he's talking about creating a new concept called an Internet Driver's License. He's just trying to encourage service providers to adopt OpenID/OAuth instead of traditional logins.