From 7a77860ed3f2722d19c8d92a8bc829a1e0f562e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 8 Jun 2022 21:53:38 +0200 Subject: [PATCH] Email is required for SSO SSO login redirects to accounts/signup which is disabled if no e-mail configuration is present: https://github.com/inventree/InvenTree/blob/master/InvenTree/InvenTree/forms.py#L219 --- docs/settings/SSO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings/SSO.md b/docs/settings/SSO.md index d85449c..3578ef7 100644 --- a/docs/settings/SSO.md +++ b/docs/settings/SSO.md @@ -13,6 +13,7 @@ To use SSO you have to: 1. Enable the required providers in the [config file](../start/config.md#Single-Sign-on). 1. Add the required client configurations in the `SocialApp` app in the [admin interface](../settings/admin.md). 1. Enable SSO for the users in the [global settings](../settings/global.md). +1. Configure [e-mail](../settings/email.md). ### Security Consideration