TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best time to move logins to SSO?

1 pointsby brycelarkinover 1 year ago
When you&#x27;re just starting the company? When you get your first venture round? When you hire your 10th person?<p>I know every company I&#x27;ve worked at that didn&#x27;t have SSO had problems offboarding people because each group (eg, Finance, Product, Engineering, etc.) purchased their own set of SaaS services and there was no central place for IT to manage access.<p>The downside is cost. Some companies charge 100%+ the base price for sso (https:&#x2F;&#x2F;sso.tax&#x2F;).

2 comments

brycelarkinover 1 year ago
Found discussion here: <a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;sysadmin&#x2F;comments&#x2F;g18m6e&#x2F;when_to_consider_sso&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;sysadmin&#x2F;comments&#x2F;g18m6e&#x2F;when_to_co...</a>
stop50over 1 year ago
Adding SSO doesn&#x27;t mean everything must use the sso. I would implement it at the start. It can also make things easier for the companies that don&#x27;t tax the sso. So the login to services is faster and offboarding is also easier for sso enabled apps. edit: misunderstood the question.