summary refs log tree commit diff
path: root/develop/print.html
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/print.html
parentdeploy: 906dfaa2cf5a79ed9c18529b1a370ffd49c0204e (diff)
downloadsynapse-a4cbf9eb7970fed32e4ad26d87914c9c17555ba4.tar.xz
deploy: 630d0aeaf607b4016e67895d81b0402a5dfcc769
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 58f52412a7..5e18f4180e 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -6050,8 +6050,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