summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-01-04 19:59:03 +0000
committerclokep <clokep@users.noreply.github.com>2023-01-04 19:59:03 +0000
commita4cbf9eb7970fed32e4ad26d87914c9c17555ba4 (patch)
tree9618836b68df5cd7c75180f64ff6ad960ecdb2e9 /develop/usage
parentdeploy: 906dfaa2cf5a79ed9c18529b1a370ffd49c0204e (diff)
downloadsynapse-a4cbf9eb7970fed32e4ad26d87914c9c17555ba4.tar.xz
deploy: 630d0aeaf607b4016e67895d81b0402a5dfcc769
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 5f394c08b7..933801dc7b 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2713,8 +2713,14 @@ values are <code>client_secret_basic</code> (default), <code>client_secret_post< <code>none</code>.</p> </li> <li> +<p><code>pkce_method</code>: Whether to use proof key for code exchange when requesting +and exchanging the token. Valid values are: <code>auto</code>, <code>always</code>, or <code>never</code>. Defaults +to <code>auto</code>, which uses PKCE if supported during metadata discovery. Set to <code>always</code> +to force enable PKCE or <code>never</code> to force disable PKCE.</p> +</li> +<li> <p><code>scopes</code>: list of scopes to request. This should normally include the &quot;openid&quot; -scope. Defaults to [&quot;openid&quot;].</p> +scope. Defaults to <code>[&quot;openid&quot;]</code>.</p> </li> <li> <p><code>authorization_endpoint</code>: the oauth2 authorization endpoint. Required if