summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2022-11-25 15:17:34 +0000
committersquahtx <squahtx@users.noreply.github.com>2022-11-25 15:17:34 +0000
commit3514a31bb2c0e154c5902e4ad84eb115a5b5f34e (patch)
tree26913a6a69d160368cf40fb85a28c46d1f42c875 /develop/usage/configuration/config_documentation.html
parentdeploy: 9af2be192a759c22d189b72cc0a7580cd9de8a37 (diff)
downloadsynapse-3514a31bb2c0e154c5902e4ad84eb115a5b5f34e.tar.xz
deploy: 09de2aecb05cb46e0513396e2675b24c8beedb68
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 456f4c6ffa..65ea84fc77 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2613,11 +2613,18 @@ module's <code>parse_config</code> method.</p> <p>For the default provider, the following settings are available:</p> <ul> <li> -<p>subject_claim: name of the claim containing a unique identifier +<p><code>subject_claim</code>: name of the claim containing a unique identifier for the user. Defaults to 'sub', which OpenID Connect compliant providers should provide.</p> </li> <li> +<p><code>picture_claim</code>: name of the claim containing an url for the user's profile picture. +Defaults to 'picture', which OpenID Connect compliant providers should provide +and has to refer to a direct image file such as PNG, JPEG, or GIF image file.</p> +<p>Currently only supported in monolithic (single-process) server configurations +where the media repository runs within the Synapse process.</p> +</li> +<li> <p><code>localpart_template</code>: Jinja2 template for the localpart of the MXID. If this is not set, the user will be prompted to choose their own username (see the documentation for the <code>sso_auth_account_details.html</code>