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.

Multi-tenant SAML in an afternoon

32 pointsby noleary7 months ago

1 comment

jansommer7 months ago
&gt; Last but not least, cost. I’ll just come out and say it: IMHO, what most vendors charge for being IdP is outrageous. Charging by MAU in an IdP? Really? We all know that the marginal cost for me to have a user in your system is essentially 0. You really gonna charge me 10 cents a month for a row in your database?<p>I&#x27;ve been looking into adding OAuth2&#x2F;OIDC IdP integrations to an app I&#x27;m making. The pricing for most auth-as-a-service is indeed outrageous, and I don&#x27;t need (or want) JWT. oauth4webapi [1] fits the bill here, is free and certified. Took less than an afternoon to have sign in with Google and another IdP. There&#x27;s obviously more work to be done, but it&#x27;s not rocket science.<p>Don&#x27;t know if there&#x27;s an equivalent for SAML. But I&#x27;ve certainly considered going into the auth SaaS business a few times. Seems like there&#x27;s good money to be made.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;panva&#x2F;oauth4webapi">https:&#x2F;&#x2F;github.com&#x2F;panva&#x2F;oauth4webapi</a> (TypeScript)
评论 #41781868 未加载
评论 #41781411 未加载