canaille-globuzma/README.md

30 lines
1.3 KiB
Markdown
Raw Normal View History

2020-11-05 11:18:17 +00:00
<div align="center">
<img src="canaille/static/img/canaille-full.png" height="200" alt="Canaille" />
</div>
2020-08-31 12:10:32 +00:00
2020-11-05 11:18:17 +00:00
**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**,
2020-10-23 12:42:08 +00:00
as in *Can I access your data?* Canaille is a simple OpenID Connect provider based upon a LDAP database.
2020-08-14 11:21:01 +00:00
2020-08-19 12:13:10 +00:00
It aims to be very light, simple to install and simple to maintain. Its main features are :
2020-08-27 14:08:26 +00:00
- Authentication against a LDAP directory;
2020-10-23 12:17:50 +00:00
- 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.
2020-08-18 15:39:34 +00:00
2020-11-06 10:44:25 +00:00
# Screenshots
2020-08-19 12:01:33 +00:00
2020-11-06 10:44:25 +00:00
<div align="center">
<img src="doc/_static/login.png" width="225" alt="Canaille" />
<img src="doc/_static/profile.png" width="225" alt="Canaille" />
2020-11-06 12:47:47 +00:00
<img src="doc/_static/consent.png" width="225" alt="Canaille" />
2020-11-06 10:44:25 +00:00
</div>
2020-11-06 10:44:25 +00:00
# Documentation
2020-11-06 10:44:25 +00:00
⚠ Canaille is under heavy development and may not fit a production environment yet. ⚠
2020-08-18 15:39:34 +00:00
2020-11-12 08:30:39 +00:00
- Please have a look on our [documentation](https://canaille.readthedocs.io);
- To **install** canaille, just follow the [installation guide](https://canaille.readthedocs.io/en/latest/install.html);
- To **contribute** canaille, please read the [contribution guide](https://canaille.readthedocs.io/en/latest/contributing.html).