Open xXTim97Xx opened 3 years ago
Is your bug similar to this error here? https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1132
@xXTim97Xx Have you been able to solve this? I'm running into the same issue with KeyCloak Auth ... :(
For anyone having this issue:
I have quite a complex proxy config, and the problem turned out to be at the last one, the nginx balancing synapse traffic. Since the second last proxy was talking plain http to the nginx proxy, all I needed to do was hardcode the X-Forwarded-Proto header to 'https' on the nginx proxy.
This solved all the redirects, and it's likely the same issue as mentioned above.
I've got a Problem while trying to setup Matrix with an external Proxy.
When I'm trying to click on "Login with Auth0" on Element, my Webbrowser shows:
"Error to many redirects"
Is the redirection wrong? Currently it's going to:
https://matrix.example.de/_matrix/client/r0/login/sso/redirect/oidc-auth0?redirectUrl=https%3A%2F%2Felement.example.de%2F
Everything else is working fine.
My external Proxy is a nginx reverse proxy and setup with this config on another server.