HN user

hsluoyz

77 karma
Posts16
Comments14
View on HN
github.com 6mo ago

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

hsluoyz
2pts0
editor.casbin.org 9mo ago

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

hsluoyz
2pts0
github.com 2y ago

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

hsluoyz
80pts12
github.com 2y ago

Casdoor: Open-source IAM and SaaS management solution

hsluoyz
4pts1
casdoor.com 3y ago

Casdoor Identity Cloud: Build identity and authorization with Casbin in one min

hsluoyz
1pts0
github.com 4y ago

Casdoor: Open-source IAM with beautiful web UI for OIDC and SAML written in Go

hsluoyz
1pts0
github.com 5y ago

Casbin: An authorization library that supports authz models like ACL, RBAC, ABAC

hsluoyz
63pts29
github.com 5y ago

Apache Shiro's authorization middleware based on Casbin

hsluoyz
1pts0
github.com 5y ago

Casbin: Authorization library that supports models like ACL, RBAC, ABAC in Rust

hsluoyz
3pts0
github.com 6y ago

Authorization lib supports access control models like ACL, RBAC, ABAC in Rust

hsluoyz
2pts0
github.com 7y ago

Casbin.net: An ACL and RBAC and ABAC Authorization Library in for .Net

hsluoyz
2pts0
github.com 8y ago

An authorization library that supports models like ACL, RBAC, ABAC for Java

hsluoyz
2pts0
github.com 8y ago

An authorization library that supports models like ACL, RBAC, ABAC for Java

hsluoyz
1pts0
github.com 9y ago

Authorization library that supports access control models like ACL, RBAC, ABAC

hsluoyz
3pts0
github.com 9y ago

Authorization library that supports access control models like ACL, RBAC, ABAC

hsluoyz
1pts0
github.com 9y ago

An authorization library that supports access control models like ACL, RBAC,ABAC

hsluoyz
1pts0

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

The fact is a "true" fact, I'm not saying something which is wrong. This is all I care about. I don't need to know why. I'm not an expert on programming languages or look into compiler source code either. If you think the "fact" is not true, plz just give your opinions and evidences.

Casdoor is another 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.

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

I'm Casbin author. XACML is nearly 20 years old and it was a very classic ABAC implementation in the world. I used, learnt and studied it through my master and Ph.D career in the last ten years. That's part of the reason why I created Casbin 3 years ago during my Ph.D. I hope Casbin is some kind of improvement compared to XACML. XACML has been stable these years but Casbin is yound and still growing, so we can fix things that are not that good compared to XACML. Authzforce is under GPL-3, which needs to handle carefully for commercial use. Casbin is Apache 2.0. If you want to follow more famous standard, choose XACML. Otherwise choose Casbin.