1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated OIDC group attr option name

To match the existing option name for display names.
Closes #3704
This commit is contained in:
Dan Brown
2022-09-06 16:32:42 +01:00
parent b9941e8e61
commit 24f82749ff
4 changed files with 6 additions and 6 deletions

View File

@ -181,7 +181,7 @@ class OidcService
*/
protected function getUserGroups(OidcIdToken $token): array
{
$groupsAttr = $this->config()['group_attribute'];
$groupsAttr = $this->config()['groups_claim'];
if (empty($groupsAttr)) {
return [];
}