@Vito0912 commented on GitHub (Oct 11, 2025):
@jvines What RP do you use?
Make sure you provide the X-Forwarded-Proto. From aboves comment e.g. this is not added for ha proxy
@jvines commented on GitHub (Oct 13, 2025):
Sorry for the noobish question, but how would I check that with nginx proxy manager?
@github-actions[bot] commented on GitHub (Oct 8, 2025):
Fixed in v2.30.0.
@Pimmetje commented on GitHub (Oct 10, 2025):
Added header X-Forwarded-Proto https (using set header in ha proxy) Now it is working thanks for the fix.
@jvines commented on GitHub (Oct 11, 2025):
This keeps happening to me. I am in 2.30.0, but still get the error when using authentik:
[2025-10-11 15:23:29.999] WARN: [OidcAuth] Rejected…
@Pimmetje commented on GitHub (Sep 1, 2025):
I get the following redirect: https://audiobookshelf.example.org/audiobookshelf/auth/openid?callback=https://audiobookshelf.example.org/audiobookshelf/…
@Vito0912 commented on GitHub (Sep 1, 2025):
I am not sure if this will fix it for you, but as for NPM it sent a wrong proto:
'x-forwarded-proto': 'http, https'
(It should just be http or…
@Sapd commented on GitHub (Sep 2, 2025):
Hello,
this change was made by me and advplyr because of a high security issue in regards to redirects. You should not revert back to an old version.
Mak…
@Vito0912 commented on GitHub (Sep 2, 2025):
@Sapd NPM by default appends a list of protocols used. See #4635 which why it fails for so many. I got this reproduced on a completely fresh install…
@tomatmonkeyturf commented on GitHub (Aug 28, 2025):
Same issue. Mine was also working previously. Latest update seems to have broken OIDC through a reverse proxy. AudioBookShelf in Docker. SSO…
@alindt commented on GitHub (Aug 29, 2025):
I had to revert to v2.27.0, it's the last version that works.
@Pimmetje commented on GitHub (Aug 29, 2025):
I have a docker container behind a HA-proxy. I need to know how how the expected value is determined. Than i am most likely be able to fix it.
@Vito0912 commented on GitHub (Aug 30, 2025):
@Pimmetje
Can you check where it tries to redirect you when you click the Login with OpenID button?
I have never worked with Nuxt, so I don’t…
@Vito0912 commented on GitHub (Aug 25, 2025):
Probably unrelated but I had the same issue when loading a backup from my default server to my dev server. I had to completely disable OIDC to get it…
@njack21 commented on GitHub (Aug 27, 2025):
Same issue. It was working previously. I blew away my OIDC configuration and started over, but am still having the issue.
I am using Nginix Proxy…