diff options
-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" |