summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2019-09-09 16:33:29 +0100
committerDavid Baker <dave@matrix.org>2019-09-09 16:33:29 +0100
commitf4caa882e5953b65a346e123210f2892aa6d67af (patch)
tree43167b30e62b47f77ab81e675ad124fda23d2509
parentback to black (diff)
downloadsynapse-github/dbkr/saml_custom_attestations.tar.xz
-rw-r--r--docs/sample_config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 93c0edd8ce..2723143e77 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1141,6 +1141,13 @@ signing_key_path: "CONFDIR/SERVERNAME.signing.key"
 #  # The default is 5 minutes.
 #  #
 #  # saml_session_lifetime: 5m
+#  #
+#  # # The ID of the attestation that will be used for the localpart of the user's Matrix ID
+#  # # Deafault: 'uid'
+#  # username_attestation: "uid"
+#  #
+#  # # The ID of the attestation that will be used for the user's display name. Default: 'displayName'
+#  # displayname_attestation: "displayName"