I got shot down on ServerFault recently for suggesting that SSO can be less secure than having different credentials for each service. What are the arguments against SSO?
|
|
Two views: Corporate: Whether you have control over all the machines, or at least the central auth server, you're better off with SSO. One place to hire employees, one place to terminate them, one set of credentials they have to worry about. Individual server compromises shouldn't leak credentials. Users are less likely to get annoyed, forget passwords, and use horrid patterns of passwords especially when the 7 different computers they have to access start hitting their password change periods at staggered points. In a company environment, you want one point of authentication. The Wild Internet Spoofing / phishing is a bigger concern. Privacy becomes a concern. A third party knows everywhere you log in. Compromise of that 3rd party compromises all your accounts. The benefits of one identity, one login have to be weighed against all those. When you get duped into a fake login page from your web forum and it links to your email, and hence your bank, things may get ugly. For the ServerFault guys, there's no question that they want that on their network. For the world at large, there's a big bit of trade-off to be had. Edit to address commments
|
|||||||||||||||||
|
|
Imho the biggest concern with SSO is the sheer impact of a password breach, simply by factoring up all possible service accesses. Otoh the younger history has shown that password reuse is more the rule than the exception. And SSO can also be used to enforce e.g. stricter password policies (use one password, but use it in a secure manner) or even enrich it with stronger authentication. So I guess it all depends on the implementation ... |
|||
|
|