2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

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
This commit is contained in:
Miklós Márton 2022-06-08 21:53:38 +02:00
parent 1787d6a178
commit 7a77860ed3

View File

@ -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