NodeBB / nodebb-plugin-sso-oauth2-multiple

NodeBB Plugin for configuring multiple OAuth2 endpoints for login
BSD 2-Clause "Simplified" License
9 stars 4 forks source link

Doesn't seems to work behind proxy #44

Closed stevefan1999-personal closed 9 months ago

stevefan1999-personal commented 9 months ago

I have my NodeBB server listened at 4567 but I got connect ECONNREFUSED 127.0.0.1:80 after being authenticated with my Keycloak server in the backend. Network activity shows the redirect and callback URLs are correct, but it seems like some internal callbacks are assuming to use port 80...probably those free-formed path (that means only start with "/" and without full URL) that assumes port 80.

stevefan1999-personal commented 9 months ago

Yes, user info is the problem. Closing as unintended.