Lightweight identity and authorization management software
Find a file
Éloi Rivard 94397e708d Merge branch 'issue-113-client-secret' into 'main'
Fixed client secret display

See merge request yaal/canaille!65
2022-11-14 17:27:00 +00:00
canaille Client: client_secret not show -> bad attribut name 2022-11-14 18:22:37 +01:00
demo Added 'code_challenge_methods_supported' in well-known configuration 2022-11-06 17:13:12 +01:00
doc Minor documentation fix 2022-11-04 13:24:07 +01:00
tests unit tests: ldap domain is dc=mydomain,dc=tld 2022-11-05 19:52:57 +01:00
.coveralls.yml Updated coveralss token 2020-10-21 15:05:38 +02:00
.gitignore ignore mo catalogs 2022-05-18 10:10:51 +02:00
.gitlab-ci.yml Support for python 3.11 2022-11-01 12:03:57 +01:00
.pre-commit-config.yaml Updated pre-commit 2022-06-30 11:18:37 +02:00
.readthedocs.yml RTD apt packages 2022-07-08 16:43:23 +02:00
build.py poetry compiles translation files 2022-05-14 23:58:26 +02:00
CHANGES.rst CHANGELOG 2022-11-14 18:23:19 +01:00
CONTRIBUTING.rst more documentation to help contributors 2022-05-06 17:00:32 +02:00
LICENSE.rst Demo minor variable renaming 2022-06-02 12:44:35 +02:00
Makefile style (end-of-line) 2022-05-06 12:45:22 +02:00
MANIFEST.in Fixed some packaging issues 2022-03-08 19:22:52 +01:00
poetry.lock Updated python dependencies 2022-11-05 19:54:15 +01:00
pyproject.toml Support for python 3.11 2022-11-01 12:03:57 +01:00
README.md update README with online demo info 2022-07-04 16:05:43 +02:00
setup.cfg Use poetry instead of setuptools 2022-05-13 11:55:12 +02:00
setup.py setup.cfg instead of requirements.txt 2020-08-19 11:45:02 +02:00

Canaille

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

Canaille login page Canaille profile page Canaille consent page

Try it!

cd demo
./run.sh # or `docker-compose up` to run it with docker

or try our online demo!

You have access to:

The canaille server has some default users:

  • A regular user which login and password are user
  • A moderator user which login and password are moderator
  • An admin user which login and password are admin

Online demo data are reset every night at 02:00 CEST.

Documentation

⚠ Canaille is under heavy development and may not fit a production environment yet. However, contributions are welcome! ⚠