SSO Group Import Does Not Display All Available Groups
Original Question or Issue:
When we try to import a group (SSO group import), you can only choose one Azure group, which is the alphabetically first group in Azure, and it doesn't show you more groups
Environment:
- Product - Filecloud Server
- Version - 23.251
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Defect or Enhancement Number:
Cause:
By default groups marked with visibility Private
built-in groups are hidden from being listed.
Resolution or Workaround:
-
Added the below flag in cloudconfig.php file:
define ("TONIDOCLOUD_ADMIN_SSO_API_LIST_ALL_GROUPS", TRUE);
-
The issue will be fixed in the future Filecloud release with ticket ID: FCL-3365
Notes: