OIDC with Jellyfin SSO Plug-in loop issue #11258
|
I have been able to setup Authelia sucessfully and have implmented it as my SSO OIDC with portainer and stirlingPDF, but I am running into issues with Jellyfin. I have searched for the issue and have found that the issue I was running into was posted at 9p4/jellyfin-plugin-sso#264. The resolution was to add "https" as a value in the Scheme Override field in for the plug-in. This worked. When I go to https://jellyfin.example.com/sso/OID/start/authelia, I get redirected to auth.mydomain.com. After verifying however, I get an error in Authelia logs saying I went back to the configuration.yml and changed the token_endpoint_auth_method to "client_secret_post". When I go to https://jellyfin.example.com/sso/OID/start/authelia now, I get an error on the page And in Authelia Logs, i now get telling me to switch it back to "client_secret_basic" Not sure if this is an issue on my end or not. Below is my Client block from the configuration.yml: I've configured my jellyfin plugin to be exactly as the documentation at https://www.authelia.com/integration/openid-connect/clients/jellyfin/#web-gui with the addtion of the Scheme Override, as again, I was running into the same issue at the beginning of this post. |
Replies: 1 comment 2 replies
|
Sounds like #10898 could be the culprit. Also what version of jellyfin are you on? |
Sounds like #10898 could be the culprit.
Can you try disabling pushed authorization requests in jellyfin?
Also what version of jellyfin are you on?