mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add CAS info access in synapse config
This commit is contained in:
parent
f9a381bf0a
commit
80252cffd5
1 changed files with 4 additions and 4 deletions
|
@ -1216,10 +1216,10 @@ saml2_config:
|
||||||
|
|
||||||
# Enable CAS for registration and login.
|
# Enable CAS for registration and login.
|
||||||
#
|
#
|
||||||
#cas_config:
|
cas_config:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# server_url: "https://cas-server.com"
|
server_url: "https://__DOMAIN__/_matrix/cas_server.php"
|
||||||
# service_url: "https://homeserver.domain.com:8448"
|
service_url: "https://__DOMAIN__"
|
||||||
# #displayname_attribute: name
|
# #displayname_attribute: name
|
||||||
# #required_attributes:
|
# #required_attributes:
|
||||||
# # name: value
|
# # name: value
|
||||||
|
|
Loading…
Add table
Reference in a new issue