▲ | haswell 2 days ago | |||||||
To add an anecdote from the other perspective, I was the PM for the authn/z capabilities of a big enterprise platform. SSO was one of the greatest support burdens due to the numerous protocols we supported and the vast array of sometimes bizarre, often complex auth environments across the customer base. The biggest hidden cost came from the complete lack of consistency in auth implementations from 3rd party vendors, i.e. it wasn’t enough to implement the SAML/OIDC/etc specs, because many of the systems our customers wanted to connect with had not implemented to spec. This is all prior to dealing with 2FA which was definitely another major factor. | ||||||||
▲ | tptacek 2 days ago | parent | next [-] | |||||||
If you just supported OIDC, you'd still have upcharged for it, at least unless you had an ideological reason not to (we don't, for ideological reasons, but I sort of rue that decision). | ||||||||
| ||||||||
▲ | Too a day ago | parent | prev [-] | |||||||
But with SSO you can offload all the 2FA handling to the IdP. | ||||||||
|