Oauth2 redirect_uri has https but still on port 80 #32047
-
Hi, I am using the Oauth2 integration and Superset is installed on Kubernetes (Ingress nginx with I have the I've tried with and without the For this reason, I think this is not related to a faulty proxy/headers setting. Am I doing something wrong? Do I need to configure something on superset? I didn't find any info on this on the documentation or on previous issues. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @mirkomarchiori! I'm here to assist you with any bugs, questions, or contributions. Let's tackle this OAuth2 issue together. I found a similar unsolved discussion titled "Superset redirects to http from https" which might be related to your issue [1]. Regarding your issue with the Additionally, ensure that the PROXY_FIX_CONFIG = {"x_for": 1, "x_proto": 1, "x_host": 1, "x_port": 1, "x_prefix": 1} This configuration should help Superset use the correct port in the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
Actually, setting
"x_port": 0
inPROXY_FIX_CONFIG
solved the issue, as mentioned by this comment: #17126 (comment)