Hi everyone,
we’re running an n8n instance (version 1.12.2) and we’ve noticed an issue where the OIDC/OpenID Connect discovery endpoint does not use our configured proxy.
For other outgoing requests (e.g. webhooks) n8n automatically uses the proxy that is set via environment variables, and using curl from the terminal also works through the proxy.
However, the discovery endpoint configuration seems to ignore the proxy.
Has anyone seen the same problem?
-
Is there a way to explicitly configure a proxy for the discovery endpoint / OIDC requests?
-
Or any workaround to force n8n to route this request through the proxy?
Thanks a lot!