From 80252cffd538890b7360cf6d421c4c413c90d3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 22 Feb 2020 00:44:30 +0100 Subject: [PATCH] Add CAS info access in synapse config --- conf/homeserver.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index d5a3b4b..67b50c7 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -1216,10 +1216,10 @@ saml2_config: # Enable CAS for registration and login. # -#cas_config: -# enabled: true -# server_url: "https://cas-server.com" -# service_url: "https://homeserver.domain.com:8448" +cas_config: + enabled: true + server_url: "https://__DOMAIN__/_matrix/cas_server.php" + service_url: "https://__DOMAIN__" # #displayname_attribute: name # #required_attributes: # # name: value