OpenID

Not logged in - Log In / Register

Revision 5 as of 2008-03-21 17:44:42

Clear message

ContentsBRTableOfContents

DRAFT: Work in progress. This feature is not yet live. See [https://bugs.launchpad.net/launchpad/+bug/1169 Bug 1169] for details.

This page describes Launchpad's role as an [http://openid.net/ OpenID] provider. Launchpad currently supports OpenID [http://openid.net/specs/openid-authentication-2_0.html 2.0].

What is OpenID?

[http://openid.net/ OpenID] is a free and easy way to use a single digital identity across the Internet. With one OpenID you can login to all your favorite websites and forget about online paperwork! Best of all, you can now use your Launchpad account as your single digital identity.

Where can I use it?

You can use your Launchpad Account on any one of a growing number of sites which support OpenID.

What do I have to do to enable it?

Nothing! Your existing Launchpad ID is already enabled for your use. To protect your privacy, we do not expose your Launchpad account name. Instead we use an ID number to link back to your account.

XXX: JoeyStanford - include screenshot of person page showing the private OpenID information

How do I delegate my OpenID?

XXX: JoeyStanford - untested but should work

With OpenID, you can easily set your webpage or blog up as an identity URL using delegation. By inserting a little bit of code into your blog or website, you can easily make your blog or website your OpenID.

Rather than logging in with your Launchpad OpenID, you'd log in with http://mywebsite.com. Launchpad will still be providing the backend so you'll be asked for your password by Launchpad. However, when you show up as a commenter on, for example, a Livejournal thread, your blog or website will be your OpenID url.

To set your blog or website up as a delegate, simply add this snippet of code into the <head> of your page. It will need to go between the <head> and </head> elements on the page.

<link rel="openid.server" href="https://login.launchpad.net/+openid" />
<link rel="openid.delegate" href="http://launchpad.net/+ID=xxxxxxxx" />

You'll need to replace the http://launchpad.net/+ID=xxxxxxxx with your actual Launchpad OpenID.

FAQs