show/hide this revision's text 2 deleted 1 characters in body

OpenId is inherently insecure. It works by your site redirecting the user to their open ID provider site and then accepting an ID back from that site. This provides insecurities in both directions. You have to trust the ID that comes back (as you have no way of authenticating the user yourself) and it is easy to operate a proxy to the user’s open ID provider, that allows you to steal their username and password.

OpenId is fine for something like Stack Overflow, where it doesn’t really matter if someone impersonates you. Using OpenId for sites with more serious – on a personal level – content is extremely risky. If you use OpenId for your email for example, then anyone stealing your Id can access your email. They could then in turn send password reminder requests to other sites that you use in order to get passwords for those sites. In the worst case, you could use OpenId for a bank account, or have a bank that sends password reminders to your email account...

There are numerous other security problems with OpenId. Take a read ofYou can find more information on this site for a detailed list.

show/hide this revision's text 1

OpenId is inherently insecure. It works by your site redirecting the user to their open ID provider site and then accepting an ID back from that site. This provides insecurities in both directions. You have to trust the ID that comes back (as you have no way of authenticating the user yourself) and it is easy to operate a proxy to the user’s open ID provider, that allows you to steal their username and password.

OpenId is fine for something like Stack Overflow, where it doesn’t really matter if someone impersonates you. Using OpenId for sites with more serious – on a personal level – content is extremely risky. If you use OpenId for your email for example, then anyone stealing your Id can access your email. They could then in turn send password reminder requests to other sites that you use in order to get passwords for those sites. In the worst case, you could use OpenId for a bank account, or have a bank that sends password reminders to your email account...

There are numerous other security problems with OpenId. Take a read ofthis site for a detailed list.