summary refs log tree commit diff
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-11 07:55:45 -0400
committerGitHub <noreply@github.com>2020-06-11 07:55:45 -0400
commitb9df7f70bb399f0fe2f661838c2df3341a257c2c (patch)
tree0929f8a7b8541331d5e17279616e7cb002dd3574 /docs/sample_config.yaml
parentfix typo in sample_config.yaml (#7652) (diff)
downloadsynapse-b9df7f70bb399f0fe2f661838c2df3341a257c2c.tar.xz
Increase the default SAML session expirary time to 15 minutes. (#7664)
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 9cc3c7598e..b415724d73 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1454,7 +1454,7 @@ saml2_config:
 
   # The lifetime of a SAML session. This defines how long a user has to
   # complete the authentication process, if allow_unsolicited is unset.
-  # The default is 5 minutes.
+  # The default is 15 minutes.
   #
   #saml_session_lifetime: 5m