forked from Github-Mirrors/canaille
Lightweight identity and authorization management software
canaille | ||
demo | ||
doc | ||
tests | ||
.coveralls.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
CHANGES.rst | ||
CONTRIBUTING.rst | ||
LICENSE.rst | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py |

Canaille is a French word meaning rascal. It is roughly pronounced Can I?, as in Can I access your data? Canaille is a simple account manager and an OpenID Connect provider based upon a LDAP database.
It aims to be very light, simple to install and simple to maintain. Its main features are :
- Authentication and user profile edition against a LDAP directory;
- "I forgot my password" emails;
- Only OpenID Connect: no outdated or exotic protocol support;
- No additional database required: everything is stored in your LDAP server;
- Customizable, themable;
- The code is easy to read and easy to edit, and you should!
Screenshots



Try it!
cd demo
./run.sh # or `docker-compose up` to run it with docker
Documentation
⚠ Canaille is under heavy development and may not fit a production environment yet. However, contributions are welcome! ⚠
- Please have a look on our documentation;
- To install canaille, just follow the installation guide;
- To contribute to canaille, please read the contribution guide.