-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I am authenticating scanopy towards pocket-id.
In pocket-id I need to set the callback URL to https://scanopy.x.y//api/oidc/pocketid/callback to make it work.
Somewhere in the chain an additional '/' is added directly after the hostname.
I tested with SCANOPY_PUBLIC_URL but that did not have any impact. Neither with nor without trailing / in the URL.
Dec 30 20:55:15 INF Request app=pocket-id version=1.16.0 status=200 method=GET path=/authorize query="response_type=code&client_id=###&state=###&code_challenge=-###&code_challenge_method=S256&redirect_uri=https%3A%2F%2Fscanopy.x.y%2F%2Fapi%2Fauth%2Foidc%2Fpocketid%2Fcallback&scope=openid+openid+email+profile&nonce=###" route="" ip=192.168.x.y latency=40.229µs referer=https://scanopy.x.y/ user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0" body_size=2025
Hence the %2F%2F in the pocket-id log.
I would have expected it to be https://scanopy.x.y/api/oidc/pocketid/callback
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working