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
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.
The text was updated successfully, but these errors were encountered:
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 andoidc
setting won't do anything useful.The text was updated successfully, but these errors were encountered: