From 11f2bde3b7cfb53ab3bf866bc9e98abf612f7478 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 8 Sep 2021 08:04:35 +0200 Subject: [PATCH] SSO confg values --- docs/start/config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/start/config.md b/docs/start/config.md index c819c44..abab321 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -126,6 +126,10 @@ Alternatively this location can be specified with the `INVENTREE_MEDIA_ROOT` env ### Single Sign on +SSO backends for all wanted providers need to be added to the config file as a list under the key `social_backends`. The correct backend-name can be found in django-allauths [configuration documentation](https://django-allauth.readthedocs.io/en/latest/installation.html#django). + +If the selected providers need additional settings they must be added as dicts under the key `social_providers`. The correct settings can be found in the django-allauths [provider documentation](https://django-allauth.readthedocs.io/en/latest/providers.html). + ### Login Options