From a4cbf9eb7970fed32e4ad26d87914c9c17555ba4 Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 4 Jan 2023 19:59:03 +0000 Subject: deploy: 630d0aeaf607b4016e67895d81b0402a5dfcc769 --- develop/print.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'develop/print.html') 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 client_secret_basic (default), client_secret_post< none.

  • +

    pkce_method: Whether to use proof key for code exchange when requesting +and exchanging the token. Valid values are: auto, always, or never. Defaults +to auto, which uses PKCE if supported during metadata discovery. Set to always +to force enable PKCE or never to force disable PKCE.

    +
  • +
  • scopes: list of scopes to request. This should normally include the "openid" -scope. Defaults to ["openid"].

    +scope. Defaults to ["openid"].

  • authorization_endpoint: the oauth2 authorization endpoint. Required if -- cgit 1.4.1