Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions en/docs/reference/synapse-properties/endpoint-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,11 @@ The following properties <b>only</b> apply to HTTP endpoint.


!!! Tip
You can configure the OAuth cache timeout (in seconds) by setting the following property in the `<MI_HOME>/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 `<MI_HOME>/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

Expand Down