From f68668f987f390f397b7b5b22b3aee1e1abbc54a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 20 Dec 2025 13:51:46 -0300 Subject: [PATCH] jellyfin: fix oidc redirect to api/oidc/callback --- services/jellyfin/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 86e313a..fdd244a 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -77,7 +77,7 @@ spec: - name: OIDC_ISSUER value: "https://sso.bstein.dev/realms/atlas" - name: OIDC_REDIRECT_URI - value: "https://stream.bstein.dev/oauth2/callback" + value: "https://stream.bstein.dev/api/oidc/callback" - name: OIDC_LOGOUT_URI value: "https://sso.bstein.dev/realms/atlas/protocol/openid-connect/logout?redirect_uri=https://stream.bstein.dev/" - name: OIDC_SCOPES