canaille-globuzma/doc/index.rst

83 lines
1.9 KiB
ReStructuredText
Raw Permalink Normal View History

:layout: landing
.. figure:: _static/canaille-full-black.webp
:width: 400
:figclass: light-only
:align: center
.. figure:: _static/canaille-full-white.webp
:width: 400
:figclass: dark-only
:align: center
2020-11-06 10:44:25 +00:00
.. rst-class:: lead
2024-09-11 07:33:42 +00:00
Lightweight Identity and Authorization Management
----
2020-11-06 10:44:25 +00:00
**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**,
2023-11-24 14:56:01 +00:00
as in *Can I access your data?* Canaille is a lightweight identity and authorization management software.
2020-11-06 10:44:25 +00:00
It aims to be very light, simple to install and simple to maintain. Its main features are :
.. grid:: 3
:gutter: 2
:padding: 0
.. grid-item-card:: Profile management
:link-type: ref
:link: feature_profile_management
User profile and groups management,
Basic permissions
.. grid-item-card:: User authentication
:link-type: ref
:link: feature_user_authentication
Authentication, registration, email confirmation, "I forgot my password" emails
.. grid-item-card:: :abbr:`SSO (Single Sign-On)`
:link-type: ref
:link: feature_oidc
OpenID Connect identity provider
.. grid-item-card:: Multi-database support
:link-type: ref
2024-11-25 13:00:53 +00:00
:link: feature_databases
PostgreSQL, Mariadb and OpenLDAP first-class citizenship
.. grid-item-card:: Customization
:link-type: ref
:link: feature_ui
Put Canaille at yours colors by choosing a logo or use a custom theme!
.. grid-item-card:: Developers friendliness
:link-type: ref
:link: feature_development
Canaille can easily fit in your unit tests suite or in your Continuous Integration.
2020-11-06 10:44:25 +00:00
.. container:: buttons
2020-11-06 10:44:25 +00:00
:doc:`Full feature list <features>`
2024-11-25 13:00:53 +00:00
:doc:`Common use cases <usecases>`
2020-11-06 10:44:25 +00:00
.. rst-class:: lead
2020-11-06 10:44:25 +00:00
Documentation
2020-11-06 10:44:25 +00:00
----
2020-11-06 10:44:25 +00:00
.. toctree::
:maxdepth: 2
features
2024-11-25 13:00:53 +00:00
usecases
tutorial/index
references/index
development/index