2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

use config.yaml for SSO providers

This commit is contained in:
Matthias
2021-08-24 19:35:41 +02:00
parent 1311558cac
commit d569d70f5b
2 changed files with 9 additions and 0 deletions

View File

@ -157,3 +157,7 @@ static_root: '/home/inventree/data/static'
# - 'django.contrib.messages.middleware.MessageMiddleware'
# - 'django.middleware.clickjacking.XFrameOptionsMiddleware'
# - 'InvenTree.middleware.AuthRequiredMiddleware'
# Add SSO login-backends
# social_backends:
# - 'allauth.socialaccount.providers.github'