You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you toggle the SSO redirect, you'll get a CSP Error when the SSO provider is on a different domain than the matrix server.
It would be great if we could have a field when toggling this switch to input the SSO server to register it with the CSP headers without modifying the nextcloud source code.
Best regards
The text was updated successfully, but these errors were encountered:
from my testing is this a two sited Issue which also needs changes on the Matrix Server Side.
On my Nginx Ingress Controller for Kubernetes I added for the Synapse Ingress:
Thanks for making me realize that I could use the reverse proxies to handle this. I run apache instead of nginx.
On Synapse I added the following Apache directive so that it would modify the header only in the authn response workflow. This allows Synapse to run inside of the iframe:
Then on the apache reverse proxy for nextcloud. This allows nextcloud to load riotchat, the SSO login page, and the matrix authN response page inside of the iframe:
Hi,
if you toggle the SSO redirect, you'll get a CSP Error when the SSO provider is on a different domain than the matrix server.
It would be great if we could have a field when toggling this switch to input the SSO server to register it with the CSP headers without modifying the nextcloud source code.
Best regards
The text was updated successfully, but these errors were encountered: