diff options
author | Steven Hammerton <steven.hammerton@openmarket.com> | 2015-11-05 14:01:12 +0000 |
---|---|---|
committer | Steven Hammerton <steven.hammerton@openmarket.com> | 2015-11-05 14:06:48 +0000 |
commit | 414a4a71b4421a376feb4e3e4ec5ae997fa289b2 (patch) | |
tree | a5b22aa2c878b465d8c30a506701f7be0eec3045 /synapse/config | |
parent | Add service URL to CAS config (diff) | |
download | synapse-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')
-rw-r--r-- | synapse/config/cas.py | 2 |
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 """ |