fafflix,cheeztv: declarative SSO + LDAP plugin auth config #424

Merged
benvin merged 2 commits from benvin/jellyfin-plugin-config into main 2026-08-29 20:47:54 +10:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 55137bff29 - Show all commits
+2 -1
View File
@@ -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>
+2 -1
View File
@@ -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>