summary refs log tree commit diff
path: root/synapse/config/sso.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 19:02:12 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 19:02:12 +0100
commitd06a48b4bed8c17c82812ec2993c0d3766bda050 (patch)
tree773d04d8c0c4d5178947bf7c9eea32dbc060e504 /synapse/config/sso.py
parentMerge commit 'e288499c6' into anoa/dinsic_release_1_31_0 (diff)
parentFix escaping of braces in OIDC sample config. (#9317) (diff)
downloadsynapse-d06a48b4bed8c17c82812ec2993c0d3766bda050.tar.xz
Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/config/sso.py')
-rw-r--r--synapse/config/sso.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/synapse/config/sso.py b/synapse/config/sso.py

index 939eeac6de..6c60c6fea4 100644 --- a/synapse/config/sso.py +++ b/synapse/config/sso.py
@@ -106,8 +106,7 @@ class SSOConfig(Config): # # When rendering, this template is given the following variables: # * redirect_url: the URL that the user will be redirected to after - # login. Needs manual escaping (see - # https://jinja.palletsprojects.com/en/2.11.x/templates/#html-escaping). + # login. # # * server_name: the homeserver's name. # @@ -185,15 +184,12 @@ class SSOConfig(Config): # # When rendering, this template is given the following variables: # - # * redirect_url: the URL the user is about to be redirected to. Needs - # manual escaping (see - # https://jinja.palletsprojects.com/en/2.11.x/templates/#html-escaping). + # * redirect_url: the URL the user is about to be redirected to. # # * display_url: the same as `redirect_url`, but with the query # parameters stripped. The intention is to have a # human-readable URL to show to users, not to use it as - # the final address to redirect to. Needs manual escaping - # (see https://jinja.palletsprojects.com/en/2.11.x/templates/#html-escaping). + # the final address to redirect to. # # * server_name: the homeserver's name. # @@ -213,9 +209,7 @@ class SSOConfig(Config): # process: 'sso_auth_confirm.html'. # # When rendering, this template is given the following variables: - # * redirect_url: the URL the user is about to be redirected to. Needs - # manual escaping (see - # https://jinja.palletsprojects.com/en/2.11.x/templates/#html-escaping). + # * redirect_url: the URL the user is about to be redirected to. # # * description: the operation which the user is being asked to confirm #