Hot answers tagged openid
33
For what it's worth, this is really a security issue, not just a matter of convenience or completeness.
Say for example I go with TrustworthyOpenIdProvider.com for all my OpenID needs for the past 5 years, and then it turns out that they're actually a band of no-good nasty dangerous criminals who set up the site as a front to do evil.
Well then, I'd want ...
22
I hit the same problem 5 minutes ago. MyOpenID claims that my account didn't exist, and I was not able to recover it via "Recover your account" as it didn't recognize my email address. They offer no support, so there was little recourse.
The worrying part: I was able to register a new MyOpenID account under the same username and was immediately able to ...
21
My solution for this. If you have your own domain name, then you can use the delegate feature to set up yourself as your OpenID provider. This way if the OpenID provider you are using decides to shut down, or they have some big security breach, you can very easily switch providers without switching your on all sites that use OpenID. All you have to do is ...
20
I got a response from JanRain (MyOpenID operators):
Hi Jeff,
This issue was due to the Amazon outage last week, not a bug in MyOpenID. The service has now been restored to normal operations.
At this point, all missing accounts that could be restored have been. We did have to revert to a previous snapshot, so unfortunately a few newly created ...
20
I have a feeling this is because Facebook's "basic information" permission includes the friends list, among other general things such as name, profile picture, etc. Stack Exchange probably doesn't access your friends list at all, but that's just what is shown in the permission request.
19
Logins used on the Stack Exchange network (excepting Careers Stack Overflow) in the last 180 days (as of 2013-03-05):
Google 389,341
Stack Exchange 105,598
Facebook 65,854
Yahoo 25,223
MyOpenID 14,950
Other 3,648
Launchpad 1,842
Verisign 718
Wordpress 671
ClaimId 471
...
18
It appears that signing up for Google+ breaks Google Profile OpenIDs.
There's not much we can do from our end, as there's no obvious connection between the old and new identifiers.
If you intend to signup for Google+, you should use a different OpenID provider than Google Profiles. If you're already locked out, create a new account using the top-level ...
15
Google appears to be suffering some sort of outage, it's not just a Stack Exchange problem.
As a work around, if you register a new account at openid.stackexchange.com with the same email address that is associated with your Google account you'll be able to login. We auto-magically map up users with the same verified email address basically. Login in via ...
15
First off: OpenID (and OAuth, which SE uses to support Facebook) is just a way for you to avoid yet another username + password. It does this by letting you say (in effect):
Listen, you don't really need to know who I am. Just ask Google or Facebook or Yahoo or my own website - they'll vouch for me.
It doesn't mean I'm giving SE access to my email, or ...
14
Since you are using Gmail and assuming your email is username@gmail.com, you can use username+whatever@gmail.com for the test account. Gmail ignores everything after the plus sign, and will redirect all emails send there to your regular account. After you register you will be asked if you want to associate the two accounts, the registration process is smart ...
13
At which percentage of failed logons would you consider switching to another OpenID provider? Or at least adding a backup?
I use MyOpenID (with StackID as a backup) and Chrome, and I've never had a single problem logging in. Anecdotes don't prove anything.
I'm not sure how StackID is subject to more issues than any other login system they could implement ...
12
I don't think this is the right solution.
The problem is that certain OpenID providers (most notably, Google, and often Yahoo unless you have set up a named OpenID) use per-domain hashes as their OpenID strings.
Thus,
https://www.google.com/accounts/o8/id?id=aitoawlsz5_hewdpvee74euceg0aiysm2uq2rar
versus
...
11
Really, what is the need? There is already a large range of OpenID providers out there (Google, AOL, WordPress, etc.), and in the unlikely case they don't have any of those providers, they can quickly register for a myOpenID account.
I may as well also state what others will likely repeat: StackOverflow is not a social networking site, thus why should it be ...
11
It's possible that DotNetOpenAuth, the library we use for authenticating, might support Facebook Connect at some point ... so at least the technical underpinnings for this happening would be in place
http://dotnetopenauth.uservoice.com/forums/14800-general/suggestions/190368-support-for-facebook-connect
Update: facebook now supports oauth 2.0 so we added ...
11
I see somebody finally noticed our new login screen.
We'll be rolling this out to the rest of the sites in the network (Area 51, StackExchange.com, maybe Careers) over the next few weeks.
Until we're done, we've disabled credential deletion. Since we're still working kinks out, it'd be a bit unpleasant if credentials were disappearing out from under us ...
10
Stack Exchange is itself an OpenID provider (blog post). Go to openid.stackexchange.com
Set up an account and then add that via the "my logins" link on your profile page.
10
Just confirming, Kevin & Michael are correct.
There is no way to not ask for those permissions when authenticating against Facebook. The full permission list is here, of note is the description of the read_friendlists permission.
Provides access to any friend lists the user created. All user's
friends are provided as part of basic data, this ...
9
I ran into the same issue in Safari, caused by the Stack Exchange global network auto-login using HTML5 local storage. Safari does not show that, but also does not allow me to delete it.
Browsing to stackauth.com and pasting the following into the location bar, shows it:
javascript:alert(localStorage.getItem('GlobalLogin'));
In Google Chrome "Delete ...
9
You can manually enter the Steam OpenID URL (http://steamcommunity.com/openid) by clicking "Show more login options..." and then putting that URL into the box. Then you should be able to log in with Steam normally, and the accounts will be associated automatically.
Alternatively, you can associate another OpenID account with your account on this site by ...
9
I forget why this was a concern before (it might have been from before the user merging queries were written), but the current reason is just that it hasn't been implemented. Strictly speaking, merging users is possible in Data Explorer, it's just not set up yet to do it automatically in the case you're describing.
I've got a todo item to make sure it's ...
9
We refresh your authentication cookie pretty aggressively to help deter theft - this refresh can happen on any url that needs to know who you are.
I introduced a bug that would access a user's cookie on routes that didn't need it, e.g. a feed of bug questions. The access happened after headers had already been sent, meaning the cookie refresh couldn't take ...
9
"Log in with Stack Exchange" is for folks who have created one of our own OpenID accounts.
You don't have one of those far as I can tell. You're signing in with your Google account, so choose "log in with Google" instead.
You can see what credentials you have on file with us by going to your profile while logged in and clicking "my logins".
If you want to ...
9
EDIT, as precursor, in response to comments the questioner added below this answer:
You believe that you have never owned a WordPress.com account but it is a fact that, however it happened, you DO have a WordPress account. It is worth noting that WordPress has been around since 2005, you could have signed up ages ago, and you do need to a create account to ...
8
Update: to ensure @replies work, and to not expose part of the OpenID identifier, as of mid September 2010 this information is no longer made public.
At the time we wrote this code (a year ago) attribute exchange was very rough. Not all OpenID providers (eg GOOGLE) will give you this anyway. But, we should revisit it for providers that do.
Update: we now ...
8
Here's how I would reformulate your question with regard to other non-OpenID web sites out there:
And use your own login system OpenID. Really. I don't visit very often, but each time I do I have to remember which provider password I used for my open-id account on your web site, which takes a couple tries, then click, fill out form, click, fill out ...
8
The problem was related to our internal DNS servers inside the network. Windows 2008 R2 has a penchant for sending EDNS probes, and some firewalls/servers don't like transmitting/processing them. I've disabled EDNS Probes from the dns servers and tested with my own verisign PIP, and it now works.
Sorry for the inconvenience!
8
We now de-emphasize MyOpenID as a login option due to the large number of problems they've been having lately.
You can still sign in with it (provided their end of the bargain works) by typing the URL manually or clicking "Show more login options..." and using the MyOpenID button there as before.
Related: unable to log in using myOpenID.com
8
Additional to @Kibbee: If you really have your own domain name, it's easy to be your own OpenID provider.
You'll get the warm feeling that the internet stays a decentralized network and are immune to shutdowns of other services.
There are plenty of applications out there which do that. I personally use SimpleID and am satisfied with it (not even a database ...
8
You know what sites you are a member of by looking at the accounts tab of your profile.
You can copy your data out to all of these sites at once. At the bottom of your accounts tab, there are 3 buttons relating to your network accounts:
The bottom one is the one you want in this situation. Choosing the first one does not include copying your OpenID ...
8
I think existing users can log-in using the standard Google. If it wasn't their alternate, and they are asked to "create a new account" they can hit cancel, but since they are now authenticated with Google, it still works, so it will detect that they are logged in. That happened on a few sites where my only login was my Google profile's login.
Only top voted, non community-wiki answers of a minimum length are eligible

