summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-02-01 18:36:04 +0000
committerGitHub <noreply@github.com>2021-02-01 18:36:04 +0000
commite5d70c8a82f5d615dbdc7f7aa69288681ba2e9f5 (patch)
tree4b95eb05a269630448ee2904867234aba4faa8b6 /synapse/handlers
parentImprove styling and wording of SSO error templates (#9287) (diff)
downloadsynapse-e5d70c8a82f5d615dbdc7f7aa69288681ba2e9f5.tar.xz
Improve styling and wording of SSO UIA templates (#9286)
fixes #9171
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/auth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index c722a4afa8..6f746711ca 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -1388,7 +1388,9 @@ class AuthHandler(BaseHandler):
         )
 
         return self._sso_auth_confirm_template.render(
-            description=session.description, redirect_url=redirect_url,
+            description=session.description,
+            redirect_url=redirect_url,
+            idp=sso_auth_provider,
         )
 
     async def complete_sso_login(