Update Jellyfin SSO plugin config for ak_groups claim
Change RoleClaim from 'groups' to 'ak_groups' in both fafflix and cheeztv plugin configs to match Authentik's hierarchical group claim emission. Add 'ak_groups' to requested scopes in OidScopes list.
This commit is contained in:
@@ -47,11 +47,12 @@ data:
|
||||
<LiveTvRoles />
|
||||
<LiveTvManagementRoles />
|
||||
<FolderRoleMappings />
|
||||
<RoleClaim>groups</RoleClaim>
|
||||
<RoleClaim>ak_groups</RoleClaim>
|
||||
<OidScopes>
|
||||
<string>openid</string>
|
||||
<string>profile</string>
|
||||
<string>email</string>
|
||||
<string>ak_groups</string>
|
||||
</OidScopes>
|
||||
<CanonicalLinks></CanonicalLinks>
|
||||
<DisableHttps>false</DisableHttps>
|
||||
|
||||
@@ -47,11 +47,12 @@ data:
|
||||
<LiveTvRoles />
|
||||
<LiveTvManagementRoles />
|
||||
<FolderRoleMappings />
|
||||
<RoleClaim>groups</RoleClaim>
|
||||
<RoleClaim>ak_groups</RoleClaim>
|
||||
<OidScopes>
|
||||
<string>openid</string>
|
||||
<string>profile</string>
|
||||
<string>email</string>
|
||||
<string>ak_groups</string>
|
||||
</OidScopes>
|
||||
<CanonicalLinks></CanonicalLinks>
|
||||
<DisableHttps>false</DisableHttps>
|
||||
|
||||
Reference in New Issue
Block a user