summary refs log tree commit diff
path: root/synapse/config/cas.py
diff options
context:
space:
mode:
authorSteven Hammerton <steven.hammerton@openmarket.com>2015-11-05 14:01:12 +0000
committerSteven Hammerton <steven.hammerton@openmarket.com>2015-11-05 14:06:48 +0000
commit414a4a71b4421a376feb4e3e4ec5ae997fa289b2 (patch)
treea5b22aa2c878b465d8c30a506701f7be0eec3045 /synapse/config/cas.py
parentAdd service URL to CAS config (diff)
downloadsynapse-414a4a71b4421a376feb4e3e4ec5ae997fa289b2.tar.xz
Allow hs to do CAS login completely and issue the client with a login token that can be redeemed for the usual successful login response
Diffstat (limited to 'synapse/config/cas.py')
-rw-r--r--synapse/config/cas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/cas.py b/synapse/config/cas.py
index 3f22fbfb49..326e405841 100644
--- a/synapse/config/cas.py
+++ b/synapse/config/cas.py
@@ -41,7 +41,7 @@ class CasConfig(Config):
         #cas_config:
         #   enabled: true
         #   server_url: "https://cas-server.com"
-        #   ticket_redirect_url: "https://homesever.domain.com:8448"
+        #   service_url: "https://homesever.domain.com:8448"
         #   #required_attributes:
         #   #    name: value
         """