From e5af6ce10798c3748812d06f8abce1997ddc70c9 Mon Sep 17 00:00:00 2001 From: clokep Date: Mon, 21 Aug 2023 19:33:27 +0000 Subject: deploy: d6ae4041a4c014a8c234f1afccc80867bf5b7df0 --- develop/usage/configuration/config_documentation.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 3c211704e4..9ac6706349 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2830,7 +2830,15 @@ is enabled) to discover the provider's endpoints.

  • client_secret: oauth2 client secret to use. May be omitted if -client_secret_jwt_key is given, or if client_auth_method is 'none'.

    +client_secret_jwt_key is given, or if client_auth_method is 'none'. +Must be omitted if client_secret_path is specified.

    +
  • +
  • +

    client_secret_path: path to the oauth2 client secret to use. With that +it's not necessary to leak secrets into the config file itself. +Mutually exclusive with client_secret. Can be omitted if +client_secret_jwt_key is specified.

    +

    Added in Synapse 1.91.0.

  • client_secret_jwt_key: Alternative to client_secret: details of a key used -- cgit 1.5.1