summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-01-17 12:35:28 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-01-17 12:35:28 +0000
commit2f8c31c0f6ac0a95b6be3e64eb4b354ae1b2ed98 (patch)
tree6e0757b553c52276503bf04adeef631d83cc5afa /develop/usage
parentdeploy: 18862f20b5495bdc556c54e92fd4b1efdc718ba7 (diff)
downloadsynapse-2f8c31c0f6ac0a95b6be3e64eb4b354ae1b2ed98.tar.xz
deploy: b0352f9c08a16bf6c2abf4eeb014774f59e69458
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html
index f2f205e2d5..50d061dfa0 100644
--- a/develop/usage/configuration/homeserver_sample_config.html
+++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -2069,10 +2069,13 @@ saml2_config:
 #       Defaults to false. Avoid this in production.
 #
 #   user_profile_method: Whether to fetch the user profile from the userinfo
-#       endpoint. Valid values are: 'auto' or 'userinfo_endpoint'.
+#       endpoint, or to rely on the data returned in the id_token from the
+#       token_endpoint.
 #
-#       Defaults to 'auto', which fetches the userinfo endpoint if 'openid' is
-#       included in 'scopes'. Set to 'userinfo_endpoint' to always fetch the
+#       Valid values are: 'auto' or 'userinfo_endpoint'.
+#
+#       Defaults to 'auto', which uses the userinfo endpoint if 'openid' is
+#       not included in 'scopes'. Set to 'userinfo_endpoint' to always use the
 #       userinfo endpoint.
 #
 #   allow_existing_users: set to 'true' to allow a user logging in via OIDC to