-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
OIDC does not respect SQLPAGE_SITE_PREFIX when behind path-based reverse proxy
I’m running SQLPage behind an Nginx path-based reverse proxy (for example /123) with OIDC enabled.
Non-auth pages work correctly when started with:
SQLPAGE_SITE_PREFIX=/123
Environment:
SQLPage version: v0.39.1
Auth: OIDC (tested with Zitadel)
Reverse proxy: Nginx
Deployment type: Path-based proxy (/123)
OS: Linux
However, during OIDC login, the callback URL is generated as:
/sqlpage/oidc_callback instead of: /123/sqlpage/oidc_callback
Because of this, authentication only works when SQLPage is served from the root path. Any workaround to this?
I need to run multiple oidc based sqlpages under path based nginx proxy
Thanks.
lovasoa
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working