Que fait Casdoor Open Source Identity and Access Management Platform ?
Casdoor is an open source AI-first Identity and Access Management (IAM) platform and auth server supporting OAuth 2.1, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, and MCP gateway integration with a web-based admin UI.
Installation
Use the upstream install or setup path that matches your environment:
- git clone https://github.com/casdoor/casdoor.git
- yarn install
- yarn build
- docker run -p 8000:8000 casbin/casdoor-all-in-one
Requirements and caveats from upstream:
- Install dependencies: Go 1.25 (follow go.mod), Node.js LTS (20), Yarn 1.x, and a supported database.
Basic usage or getting-started notes:
-
🚀 Quick start
-
go run main.go
-
Extracted from upstream docs: https://raw.githubusercontent.com/casdoor/casdoor/HEAD/README.md