mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
🐛 Bug Report: invalid callback URL #458
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 @hametovbr on GitHub.
Reproduction steps
When I try to use pocket-id with oauth2-proxy I am able to login using pocket-id to oauth2-proxy itself, but when I try to login to another server on my network I get "Invalid callback URL".
Reverse-proxy:
traefikCallback URL :
https://<oauth-proxy-url>/oauth2/callbackService labels:
Pocket-Id logs:
OAuth2-Proxy config (env):
Expected behavior
Successfully redirect back to service.
Actual Behavior
I get an "invalid callback URL" error.
@hametovbr commented on GitHub:
Lol, as expected - my bad, missed in oauth2-proxy
Keeping for future fellow selfhosters - do not be as silly as me.