From 74607d0a7c5d05e1412acacaeda3c7b543b3fce1 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:30:33 +0000 Subject: [PATCH] Fix: Update OAuth cache timeout configuration Co-Authored-By: Claude Sonnet 4.5 --- .../reference/synapse-properties/endpoint-properties.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/en/docs/reference/synapse-properties/endpoint-properties.md b/en/docs/reference/synapse-properties/endpoint-properties.md index 75f497cb7..32e3b5afa 100644 --- a/en/docs/reference/synapse-properties/endpoint-properties.md +++ b/en/docs/reference/synapse-properties/endpoint-properties.md @@ -551,8 +551,11 @@ The following properties only apply to HTTP endpoint. !!! Tip - You can configure the OAuth cache timeout (in seconds) by setting the following property in the `/conf/synapse.properties` file. The default timeout will be 3000 seconds. - `synapse.endpoint.http.oauth.cache.timeout=500` + You can configure the OAuth cache timeout (in seconds) by setting the following Synapse property in the `/conf/deployment.toml` file. The default value is 3000 seconds. + ``` + [synapse_properties] + 'synapse.endpoint.http.oauth.cache.timeout'=500 + ``` #### Authorization Code/Refresh Token grant type