mapto commented on issue #7024: KnoxSSO integration URL: https://github.com/apache/incubator-superset/issues/7024#issuecomment-473358828 I'm facing problems with redirects and I'm not sure what exactly am I doing wrong: 1. When I authenticate the user programatically using information from the request (same for all three of the original approaches I tried) and calling flask_login.login_user, the next call somehow looses its session cookie. This might be a consequence to the following issue. 2. Leaving authentication aside, when reverse-proxy pages that do not require authentication, these pages end up in a self-redirect loop, possibly similar to [this issue](https://stackoverflow.com/questions/33077425/nginx-https-reverse-proxy-infinite-loop). I haven't tried engineering `X-Forwarded-*` request headers yet, but this seems the way to go.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
