Log into websites with OpenID¶
OpenID is a way to log into many websites using just one username and password. However, rather than entering that username and password at each website, you use a website you trust, such as Launchpad to confirm your identity to the other sites.
Here’s how it works:
You visit a website that supports OpenID and it asks you to log in.
Enter the Launchpad profile URL -
https://launchpad.net/~your-nicknameIf you’re not already logged into Launchpad, it’ll ask you to enter your username and password.
Once you’re successfully logged into Launchpad, it’ll return you to the site you want to visit.
This means that you only need to remember your Launchpad profile URL, username and password in order to log into websites that support OpenID.
We will send your Launchpad nickname to the site but some websites may choose
to refer to you by your Launchpad profile URL - e.g. https://launchpad.net/~your-nickname.
Launchpad supports both OpenID 2.0 and 1.1.
FAQs¶
Where can I see a list of bugs filed against Launchpad’s OpenID implementation?
All of our OpenID bugs are tagged with the openid tag.
Can I log into Launchpad with my existing OpenID?
Not at this time. Launchpad is currently an OpenID Provider (OP) and not a consumer (RP).
Can I link my existing OpenID to my Launchpad OpenID?
There is no way today to associate your other OpenIDs with your Launchpad OpenID.
Can I change my OpenID id?
Yes. You can change your Launchpad id and that will change your identity URL. That could mean that sites you’ve already logged into using your previous OpenID URL may consider you a new user.
Do you support immediate mode authentication requests?
Currently we do not support immediate mode properly since we do not support pre-authorising an RP to avoid the login page.