about summary refs log tree commit diff
path: root/bundles
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-22 14:40:58 +0900
committerRobert Günzler <r@gnzler.io>2026-08-05 16:43:05 +0200
commit134598ccf60ba82a9ee0672e3118ea7e5221c6fd (patch)
treeada6d9b58a12cb5df264f1cac301a407377a2741 /bundles
parentcdae3daf6f155b353110e1406ac258a78b5e9ca4 (diff)
jellyfin: add user links
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
-rw-r--r--bundles/jellyfin/files/SSO-Auth.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/bundles/jellyfin/files/SSO-Auth.xml b/bundles/jellyfin/files/SSO-Auth.xml
index 50dfdc8..3279db2 100644
--- a/bundles/jellyfin/files/SSO-Auth.xml
+++ b/bundles/jellyfin/files/SSO-Auth.xml
@@ -58,8 +58,26 @@
           </OidScopes>
           <DefaultProvider>authelia</DefaultProvider>
           <SchemeOverride>https</SchemeOverride>
+          <PortOverride xsi:nil="true" />
           <NewPath>true</NewPath>
-          <CanonicalLinks />
+          <CanonicalLinks>
+            <item>
+              <key>
+                <string>robert</string>
+              </key>
+              <value>
+                <guid>c21e8fdd-414f-4998-a4ba-fc5be9bb1016</guid>
+              </value>
+            </item>
+            <item>
+              <key>
+                <string>gonca</string>
+              </key>
+              <value>
+                <guid>72e63c00-735f-4d2b-8316-fe62a08e0d61</guid>
+              </value>
+            </item>
+          </CanonicalLinks>
           <DisableHttps>false</DisableHttps>
           <DisablePushedAuthorization>false</DisablePushedAuthorization>
           <DoNotValidateEndpoints>false</DoNotValidateEndpoints>