An open API service indexing awesome lists of open source software.

https://github.com/yaal-coop/canaille

Lightweight Identity and Autorization Management mirror https://gitlab.com/yaal/canaille
https://github.com/yaal-coop/canaille

authentication authlib database flask-application iam ldap ldap-authentication login oauth oauth2 oauth2-server openid openid-connect openid-provider openidconnect openldap

Last synced: about 2 months ago
JSON representation

Lightweight Identity and Autorization Management mirror https://gitlab.com/yaal/canaille

Awesome Lists containing this project

README

          


Canaille

**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**,
as in *Can I access your data?* Canaille is a lightweight identity and authorization management software.

It aims to be very light, simple to install and simple to maintain. Its main features are :
- User profile and groups management;
- Authentication, registration, email confirmation, "I forgot my password" emails;
- Authorization management with [OpenID Connect](https://openid.net/developers/how-connect-works) identity;
- Provisioning with [SCIM](https://scim.libre.sh);
- postgresql and OpenLDAP support;
- Customizable, themable;
- The code is easy to read and easy to edit!

# Try it!

## Locally

Either run the development server

```bash
git clone https://gitlab.com/yaal/canaille.git && cd canaille
uv sync --all-extras --group devserver && uv run devserver
```

or run the Docker image

```bash
docker run -it -p 5000:5000 yaalcoop/canaille:latest
```

[Read more about installation methods](https://canaille.readthedocs.io/en/latest/howtos/install.html).

## Online!

You have access to:
- a canaille server at [https://demo.canaille.yaal.coop](https://demo.canaille.yaal.coop)
- a dummy client at [https://demo.client.yaal.coop](https://demo.client.yaal.coop)

Authentication details are available on the demo pages. Data is reset every night at 02:00 CEST.

# Documentation

- Please have a look on our [documentation](https://canaille.readthedocs.io);
- To **install** canaille, follow the [installation guide](https://canaille.readthedocs.io/en/latest/howtos/install.html);
- To **contribute** to canaille, please read the [contribution guide](https://canaille.readthedocs.io/en/latest/development/contributing.html).

## Translation status

[![Translation status for each language](https://hosted.weblate.org/widgets/canaille/-/canaille/multi-blue.svg)](https://hosted.weblate.org/engage/canaille/?utm_source=widget)