mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Clients that uses well known openid-configuration will allways redirected to http://localhost:1411 #191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P1tt187 on GitHub.
Reproduction steps
I configured gitea to use Pocket-id.
it uses https://pocket-id.home.lan/.well-known/openid-configuration
My Pocketid instance runs behind traefik.
Click on Sign in using PocketID
Expected behavior
i would expect that gitea will redirect to the url which was specified in
APP_URLActual Behavior
The browser will be redirected to http://localhost:1411
Version and Environment
v1.1.0
APP_URL=https://pocket-id.home.lanLog Output
No response
@P1tt187 commented on GitHub:
Hi @Fuckingnameless, I edited the description. Now it contains the labels
@stonith404 commented on GitHub:
I'm converting this to a discussion as this doesn't seem related directly to Pocket ID but Traefik. I don't use Traefik so I can't really help you here but maybe someone else can.
@gilbrotheraway commented on GitHub:
can you share the traefik labels you use on the pocket id container
@P1tt187 commented on GitHub:
It tryes to perform a request to tis location
as i investigated, this the redirect header from pocket-id points to this location
this worked fine with the versions that had caddy included