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

Changes for SSO (#419)

* Changes for https://github.com/inventree/InvenTree/pull/4171

* Changes for https://github.com/inventree/InvenTree/pull/4172

* fix spelling
This commit is contained in:
Matthias Mair 2023-01-09 23:07:15 +01:00 committed by GitHub
parent 6958e56daa
commit 854bdb16d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -106,8 +106,9 @@ In the [settings screen](./global.md), navigate to the *Login Settings* panel. H
| Setting | Description | | Setting | Description |
| --- | --- | | --- | --- |
| Enable SSO | Enable this option to allow single sign on for user login | | Enable SSO | Enable this option to allow single sign on for user login |
| Enable registration | Allow users to self-register | | Enable SSO registration | Allow users to self-register with SSO |
| Auto-fill SSO users | Automatically fill out user account data with information provided by external SSO app | | Auto-fill SSO users | Automatically fill out user account data with information provided by external SSO app |
| Allowed domains | Optionally restrict signup to certain domains |
### Configure Email ### Configure Email

View File

@ -36,12 +36,15 @@ Change how logins, password-forgot, signups are handled.
| --- | --- | --- | --- | | --- | --- | --- | --- |
| Enable registration | Boolean | Enable self-registration for users on the login-pages | False | | Enable registration | Boolean | Enable self-registration for users on the login-pages | False |
| Enable SSO | Boolean | Enable SSO on the login-pages | False | | Enable SSO | Boolean | Enable SSO on the login-pages | False |
| Enable SSO registration | Boolean | Enable self-registration for users via SSO on the login-pages | False |
| Enable password forgot | Boolean | Enable password forgot function on the login-pages.<br><br>This will let users reset their passwords on their own. For this feature to work you need to configure E-mail | True | | Enable password forgot | Boolean | Enable password forgot function on the login-pages.<br><br>This will let users reset their passwords on their own. For this feature to work you need to configure E-mail | True |
| E-Mail required | Boolean | Require user to supply e-mail on signup.<br><br>Without a way (e-mail) to contact the user notifications and security features might not work! | False | | E-Mail required | Boolean | Require user to supply e-mail on signup.<br><br>Without a way (e-mail) to contact the user notifications and security features might not work! | False |
| Enforce MFA | Boolean | Users must use multifactor security.<br><br>This forces each user to setup MFA and use it on each autentication | False | | Enforce MFA | Boolean | Users must use multifactor security.<br><br>This forces each user to setup MFA and use it on each autentication | False |
| Mail twice | Boolean | On signup ask users twice for their mail | False | | Mail twice | Boolean | On signup ask users twice for their mail | False |
| Password twice | Boolean | On signup ask users twice for their password | True | | Password twice | Boolean | On signup ask users twice for their password | True |
| Auto-fill SSO users | Boolean | Automatically fill out user-details from SSO account-data.<br><br>If this feature is enabled the user is only asked for their username, first- and surname if those values can not be gathered from their SSO profile. This might lead to unwanted usernames bleading over. | True | | Auto-fill SSO users | Boolean | Automatically fill out user-details from SSO account-data.<br><br>If this feature is enabled the user is only asked for their username, first- and surname if those values can not be gathered from their SSO profile. This might lead to unwanted usernames bleading over. | True |
| Allowed domains | String | Restrict signup to certain domains (comma-separated, starting with @) | |
### Barcodes ### Barcodes