forked from Github-Mirrors/canaille
50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
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 and user profile edition against a LDAP directory;
|
|
- Registration, email confirmation, "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!
|
|
|
|
Screenshots
|
|
===========
|
|
|
|
.. image:: _static/login.png
|
|
:width: 225
|
|
:alt: Login
|
|
|
|
.. image:: _static/profile.png
|
|
:width: 225
|
|
:alt: Profile
|
|
|
|
.. image:: _static/consent.png
|
|
:width: 225
|
|
:alt: Consent
|
|
|
|
Table of contents
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
backends
|
|
configuration
|
|
troubleshooting
|
|
contributing
|
|
specifications
|
|
changelog
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|