2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

SSO confg values

This commit is contained in:
Matthias Mair 2021-09-08 08:04:35 +02:00
parent e1ecc5983e
commit 11f2bde3b7

View File

@ -126,6 +126,10 @@ Alternatively this location can be specified with the `INVENTREE_MEDIA_ROOT` env
### Single Sign on ### 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 ### Login Options