Original Question or Issue: |
is there a way to require specific user accounts to use SSO? My regular users have authentication set as AD/LDAP. Currently they can login using traditional login and password, but also the SSO method. How can I require the SSO method without restricting access to guest or external users? |
Environment: |
|
Steps to Reproduce: |
|
Error or Log Message: | |
Defect or Enhancement Number: |
|
Cause: | |
Resolution or Workaround: |
We do not have the option to choose the authentication method based on user type. However, we can select the authentication type based on the domain associated with the account.
To achieve that, you can add the following flag to the `cloudconfig.php` file:
```
**Location of the `cloudconfig.php` file:**
- **Windows:** `drive letter:\xampp\htdocs\config\cloudconfig.php`
The specified domains should be the email domains for your internal users (full user accounts). For example:
```
By adding this flag, your internal users will be able to log in using the allowed email addresses through SSO, while external users can still log in using the default authentication method.
|
Notes: |