🐛 Bug Report: invalid callback URL, it might be necessary for an admin to fix this #239

Closed
opened 2025-07-08 08:43:17 -04:00 by AtHeartEngineer · 0 comments

Originally created by @adrianipopescu on 4/18/2025

Reproduction steps

After updating to 0.48.0 all applications suddenly give invalid callback url, even those with no callback url enforced

Expected behavior

It should accept the redirect url provided by the client

Actual Behavior

In the logs and in the UI I see invalid callback URL, it might be necessary for an admin to fix this

Version and Environment

v0.48.0 docker

Log Output

[GIN] 2025/04/18 - 21:59:36 | 400 |     777.256µs |   192.168.1.127 | POST     "/api/oidc/authorize"
Error #01: invalid callback URL, it might be necessary for an admin to fix this
[GIN] 2025/04/18 - 21:59:36 | 400 |     790.021µs |   192.168.1.127 | POST     "/api/oidc/authorize"
Error #01: invalid callback URL, it might be necessary for an admin to fix this
*Originally created by @adrianipopescu on 4/18/2025* ### Reproduction steps After updating to 0.48.0 all applications suddenly give invalid callback url, even those with no callback url enforced ### Expected behavior It should accept the redirect url provided by the client ### Actual Behavior In the logs and in the UI I see invalid callback URL, it might be necessary for an admin to fix this ### Version and Environment v0.48.0 docker ### Log Output ``` [GIN] 2025/04/18 - 21:59:36 | 400 | 777.256µs | 192.168.1.127 | POST "/api/oidc/authorize" Error #01: invalid callback URL, it might be necessary for an admin to fix this [GIN] 2025/04/18 - 21:59:36 | 400 | 790.021µs | 192.168.1.127 | POST "/api/oidc/authorize" Error #01: invalid callback URL, it might be necessary for an admin to fix this ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#239