Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx: deprecated OIDC callback path prefix used #1163

Open
hauau opened this issue Jul 5, 2021 · 0 comments
Open

nginx: deprecated OIDC callback path prefix used #1163

hauau opened this issue Jul 5, 2021 · 0 comments
Labels

Comments

@hauau
Copy link
Contributor

hauau commented Jul 5, 2021

As per synapse 1.27.0rc1 open id connect callback URI changed to /_synapse/client/oidc from /_synapse/oidc:

https://github.com/matrix-org/synapse/blob/develop/CHANGES.md#synapse-1270rc1-2021-02-02
matrix-org/synapse#9288

Currently this playbook uses separate /_synapse/oidc path location forwarding flag:
matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled

Now this can be handled with other existing flag:
matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_client_api_enabled

That means if your client location prefix disabled your requests won't be properly forwarded and oidc setting won't do anything useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants