HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hsluoyz

no profile record

投稿

Casdoor: Open-Source Identity and Access Management (IAM) / Single-Sign-On (SSO)

github.com
2 ポイント·投稿者 hsluoyz·6 か月前·0 コメント

Casbin Policy Editor: Design and Test RBAC/ABAC Policies in the Browser

editor.casbin.org
2 ポイント·投稿者 hsluoyz·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·3 年前·0 コメント

Open-source AI knowledge database with web UI and Enterprise SSO

github.com
80 ポイント·投稿者 hsluoyz·3 年前·12 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsluoyz·3 年前·0 コメント

Casdoor: Open-source IAM and SaaS management solution

github.com
4 ポイント·投稿者 hsluoyz·3 年前·1 コメント

コメント

hsluoyz
·7 か月前·議論
Worth mentioning Casbin as well (https://github.com/casbin/casbin) - it's been around for a while and takes a slightly different approach. Instead of being purely Zanzibar-inspired, it uses a PERM (Policy, Effect, Request, Matchers) metamodel that lets you implement RBAC, ABAC, or ReBAC depending on what fits your use case.
hsluoyz
·2 年前·議論
Casdoor has SMS support long ago: https://casdoor.org/docs/category/sms

Casdoor is much more way powerful than Kratos: https://casdoor.org/
hsluoyz
·3 年前·議論
I'm using Casdoor: https://github.com/casbin/casdoor and glad to see it only has ~77,000 LOC according to the shared link.

Keycloak was good but has too much legacy for 10+ years. Casdoor is pretty new and has become a good replacement for Keycloak for me with more functionalities.
hsluoyz
·3 年前·議論
Casdoor seems to be a good fit as a free solution of SSO: https://casdoor.org/
hsluoyz
·3 年前·議論
The Casbin team has built a SaaS called Casdoor to provide Casbin + Django authorizations service: https://www.casdoor.com/
hsluoyz
·3 年前·議論
Casdoor is a promising open-source IAM solution: https://casdoor.org/ , 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.

Source code: https://github.com/casdoor/casdoor

Compared to Keycloak, Casdoor has:

1. Support high-concurrency and use less memory (Go v.s. Java)

2. More modern SPA-style web UI (with React and Ant Design), more CDN friendly

3. full-fledged RESTful API

4. Support a lot of provider types: OAuth, SMS, Email, CAPTCHA

5. More powerful authorization (powered by Casbin), Casbin is a popular authorization solution with a lot of integrations for DBs and applications: https://casbin.org/

SaaS hosting is also provided at: https://casdoor.com/ for anyone who don't want to self-host