2020-11-06 10:44:25 +00: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 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 against a LDAP directory;
|
|
|
|
- OAuth/OpenID Connect support;
|
|
|
|
- No outdated or exotic protocol support;
|
|
|
|
- No additional database required. Everything is stored in your LDAP server;
|
|
|
|
- The code is easy to read and easy to edit.
|
|
|
|
|
|
|
|
Screenshots
|
|
|
|
===========
|
|
|
|
|
|
|
|
.. image:: _static/login.png
|
|
|
|
:width: 225
|
|
|
|
:alt: Login
|
|
|
|
|
|
|
|
.. image:: _static/profile.png
|
|
|
|
:width: 225
|
|
|
|
:alt: Profile
|
|
|
|
|
2020-11-06 12:47:47 +00:00
|
|
|
.. image:: _static/consent.png
|
|
|
|
:width: 225
|
|
|
|
:alt: Consent
|
2020-11-06 10:44:25 +00:00
|
|
|
|
|
|
|
Table of contents
|
|
|
|
=================
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
install
|
2023-06-03 10:25:47 +00:00
|
|
|
backends
|
2021-12-03 17:37:25 +00:00
|
|
|
configuration
|
2023-07-10 16:33:02 +00:00
|
|
|
troubleshooting
|
2020-11-06 10:44:25 +00:00
|
|
|
contributing
|
2022-10-21 13:47:38 +00:00
|
|
|
specifications
|
2020-11-06 10:44:25 +00:00
|
|
|
changelog
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|