this post was submitted on 19 Jul 2024
1275 points (99.4% liked)

Programmer Humor

19187 readers
1172 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (1 children)

The modern direction is actually going the other way. Tying identity to hardware, preventing access on unapproved or uncompliant hardware. It has the advantage of allowing biometrics or things like simple pins. In an ideal world, SSO would ensure that every single account, across the many vendors, have these protections, although we are far from a perfect world.

[–] [email protected] 3 points 2 months ago (1 children)

SSO means you only need to compromise one piece of hardware to get access to everything.

[–] [email protected] 1 points 2 months ago (1 children)

Effectively, the other option is passwords, and people are really, really, bad at passwords. Password managers help, but then you just need to compromise the password manager. Strong SSO, backed by hardware, at least makes the attack need to be either physical, or running on a hardware approved by the company. When you mix that with strong execution protections, an EDR, and general policy enforcement and compliance checking, you get protection that beats the pants off 30 different passwords to 30 different sites, or more realistically, 3 passwords to 30 different sites.

[–] [email protected] 1 points 2 months ago

Yes, much better than 3-30 passwords.

But I view SSO as enterprise password manager with a nice UI. I don't trust it for anything super important.