diff options
author | David Baker <dave@matrix.org> | 2019-09-09 16:33:29 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2019-09-09 16:33:29 +0100 |
commit | f4caa882e5953b65a346e123210f2892aa6d67af (patch) | |
tree | 43167b30e62b47f77ab81e675ad124fda23d2509 | |
parent | back to black (diff) | |
download | synapse-github/dbkr/saml_custom_attestations.tar.xz |
update sample config github/dbkr/saml_custom_attestations dbkr/saml_custom_attestations
-rw-r--r-- | docs/sample_config.yaml | 7 |
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" |