From 9844119c53ae142b4531bce3c0c8a9ffff79eb8d Mon Sep 17 00:00:00 2001 From: Sergei Shikalov Date: Mon, 5 Jul 2021 19:07:55 +0700 Subject: [PATCH] Update configuring-playbook-nginx.md --- docs/configuring-playbook-nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-nginx.md b/docs/configuring-playbook-nginx.md index a13f35425..259bc0cb7 100644 --- a/docs/configuring-playbook-nginx.md +++ b/docs/configuring-playbook-nginx.md @@ -46,10 +46,10 @@ For more information about these variables, check the `roles/matrix-nginx-proxy/ ## Synapse + OpenID Connect for Single-Sign-On -If you want to use OpenID Connect as an SSO provider (as per the [Synapse OpenID docs](https://github.com/matrix-org/synapse/blob/develop/docs/openid.md)), you need to use the following configuration (in your `vars.yml` file) to instruct nginx to forward `/_synapse/client/oidc` to Synapse: +If you want to use OpenID Connect as an SSO provider (as per the [Synapse OpenID docs](https://github.com/matrix-org/synapse/blob/develop/docs/openid.md)), you need to use the following configuration (in your `vars.yml` file) to instruct nginx to forward `/_synapse/client`, including `/_synapse/client/oidc` to Synapse: ```yaml -matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled: true +matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_client_api_enabled: true ``` ## Disable Nginx access logs