OpenID Connect Support/Testing #1529
Replies: 92 comments 241 replies
I just made the upgrade from the old I had to manually adjust settings.json file and add an But I am affected by the issue already mentioned in the PR: #1505 (comment) |
|
Hello, I did the manual database addition for linked_accounts as found here - #183 (comment) . I am now seeing this fatal error on start. It worked for about 8-10 hours overnight before this error. I did manually link a few local users to the OIDC provider as well. I have attempted to restore from backup and allow it to handle the migration manually, but it appears it did not attempt the same migration. |
|
One strange behavior I've observed: |
|
@michaelhthomas I hope you are fine with some helping hands? I would love to fix some small things and get this one over the line. |
|
It's working great for me with Auth0 and Pomerium. I just wanted to ask if it would be possible to add an option to disable the manual login form in order to force users to use the OIDC login? |
|
Out of curiosity, have the migrations been merged into this PR? Through my own laziness, I accidentally "upgraded" to this PR since I had set my production docker to run on the I was ultimately able to get myself back into Jellyseer as an owner through a local login and then linking my Authentik account to my Jellyfin account in Jellyseer, but all my other users are local users as they all created their accounts and logged in via Authentik OIDC on PR #184 only (never used the jellyfin loging method.) I haven't found a way to perform the same account linking for them as owner. I'm hoping that I just need to run the migration, but that's beyond my capability at this time. I tried using the docker containers command line and accessing the SQLite database, so I could manually either drop the linked account table and then add the table via the method @michaelhthomas proposed here. But the docker doesn't seem to have the sqlite3 command. Anyway, I definitely got myself into this mess, but I'm looking forward to this PR enough to learn how to fix it. |
|
I try to make it works again but I've got different error than I've seen here. I'm not programmer but hope that can help you. After crossing some information I got in this thread: Using Authentik based an previous verion of preview-oidc + slug name added in url For jellyseerr: Jellyseerr logs:
|
|
Just wanted to say that it worked flawlessly! Had to first figure out how I can use the docker container on another "version" but after that it was smooth sailing. Thanks for making this! |
|
Hi, |
|
I think it auto updated my preview-OIDC. I used the old. But I forgot my original admin account password. It doesnt show an authentik login button anymore and it doesnt auto login either. I was able to solve the first problem. Setting up a new jellyseerr container and copying it's settings.json to my old container. |
|
Are their plans to allow automatic login again for OIDC as there was in the old previewOIDC? |
|
Hello, |
|
The docker.io/fallenbagel/jellyseerr:preview-OIDC has been working great for me and my friends who use it to request items. I have personally played with the new Seerr 3.0.1, and that seems very nice, but until OIDC is added to it, I have to stay on docker.io/fallenbagel/jellyseerr:preview-OIDC. My friends aren't super technically savvy, so getting them to remember 1 account was hard enough (Authentik) to use apps I am hosting. Adding a second account and login would probably keep them from using it as much, defeating the purpose. That said, if a similar testing build pops up for Seerr, I will gladly do legwork to help test that. Thank you for everyone working on this project! |
|
VoidAuth guide is also available, https://voidauth.app/#/OIDC-Guides?id=-jellyseerr fallenbagel/jellyseerr:preview-OIDC |
|
Do you follow the standard migration path instructions from jellyseer to
seer?
…On Sun, Feb 15, 2026 at 6:54 AM v3DJG6GL ***@***.***> wrote:
I was in the same situation and began building an image based on current
Seerr develop branch with additionally added OIDC functionality (from PR
#1505 <#1505>) and QuickConnect
functionality (from PR #2212
<#2212>) :
https://github.com/v3DJG6GL/seerr
Now my friends can not only login into Seerr with their SSO account, but
also link their (passwordless) Jellyfin SSO account to their Seerr account.
This in turn opens up a multitude of possibilities for integrating Seerr
and Jellyfin - thanks to Jellyfin Plugins
https://github.com/n00bcodr/Jellyfin-Enhanced and
https://github.com/ranaldsgift/KefinTweaks:
Synchronizing Watchlists, search & requests directly from the Jellyfin
WebUI and so on...
*I'll continue to update this image until both OIDC and QuickConnect PRs
are merged and released*
ghcr.io/v3djg6gl/seerr:feat-oidc-jellyfin-quickconnect
—
Reply to this email directly, view it on GitHub
<#1529 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB6R6ADVYO3NEBGNGCFP2T4MBM53AVCNFSM6AAAAABZ2Q6TK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKOBRGEZDKMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
I've installed seerr with the ProxmoxVE Helper Script, how can I enable the OpenID Connect feature? I can only find how to enable it with the docker container. |
|
Are there any plans yet for which version of seerr this will be fully implemented in yet? |
|
Tested and working with Zitadel. |
|
When this comes please include role_claims |
|
Hi, I'm trying to use the preview-new-oidc image, but when deploy it and try to sign in, I get an 401: unauthorized error with the following message: If I switch to the regular image after a failed login and refresh the site, I'm logged in. This is reproducable with all methods of sign in:
It appears that login is working and the server is aware of my session, but somehow can't serve the correct pages. Edit: I tried reproducing this issue on a brand new install (in the case that switching between the images somehow messes up the server), but the set up process can't be completed with the Edit 2: The |
|
is the feature already in the latest build 3.2.0 included? |
|
Is it planned to configure oidc via environment variables? this would simplify dry configuration in code and would make it possible to manage or even rotate client secret via operators like |
|
What's the current status? Is image preview-new-oidc working fine? |
|
Closing this discussion in favor of the new one: #2721 |


















Uh oh!
There was an error while loading. Please reload this page.
Please use this thread as a place to discuss testing / questions related to the work-in-progress OpenID Connect feature. This will allow the PR comments to be used for code review instead of general discussion.
All reactions