]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/GroupSyncService.php
Guest create page: name field autofocus
[bookstack] / app / Auth / Access / GroupSyncService.php
index 74f0539d82ffcce72d8261be3e02ca6dcd2dddef..37d4e02d0b12fb980b3376ce2b958c903027cc5b 100644 (file)
@@ -39,7 +39,7 @@ class GroupSyncService
 
     protected function parseRoleExternalAuthId(string $externalId): array
     {
-        $inputIds = preg_split('/(?<!\\\),/', $externalId);
+        $inputIds = preg_split('/(?<!\\\),/', strtolower($externalId));
         $cleanIds = [];
 
         foreach ($inputIds as $inputId) {