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.

Casdoor: Open-source IAM and SaaS management solution

4 pointsby hsluoyzover 1 year ago

1 comment

hsluoyzover 1 year ago
Casdoor is a promising open-source IAM solution: <a href="https:&#x2F;&#x2F;casdoor.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;casdoor.org&#x2F;</a> , written in Go and React. All features like OIDC, OAuth 2.0, SAML, CAS, LDAP, WebAuthn and 2FA are all supported. SaaS management is also supported like pricing, subscription etc.<p>Source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;casdoor&#x2F;casdoor">https:&#x2F;&#x2F;github.com&#x2F;casdoor&#x2F;casdoor</a><p>Compared to Keycloak, Casdoor has:<p>1. Support high-concurrency and use less memory (Go v.s. Java)<p>2. More modern SPA-style web UI (with React and Ant Design), more CDN friendly<p>3. full-fledged RESTful API<p>4. Support a lot of provider types: OAuth, SMS, Email, CAPTCHA<p>5. More powerful authorization (powered by Casbin), Casbin is a popular authorization solution with a lot of integrations for DBs and applications: <a href="https:&#x2F;&#x2F;casbin.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;casbin.org&#x2F;</a><p>SaaS hosting is also provided at: <a href="https:&#x2F;&#x2F;casdoor.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;casdoor.com&#x2F;</a> for anyone who don&#x27;t want to self-host