Merge branch 'bug_8117' into 3.12-master
[koha.git] / C4 / Auth_cas_servers.yaml.orig
1 # This file is used for authenticating against multiple CAS servers
2 # If the file Auth_cas_servers.yaml exists, then the casServerUrl syspref will be ignored
3
4 # If you have to authenticate against only one CAS server, which is usually the case,
5 # don't use this file, but the casServerUrl syspref instead
6
7 default: ServerName
8 ---
9   ServerName: "https://example.com/cas"
10   OtherServerName: "https://example.org/cas"
11   ThirdServerName: "https://example.edu/cas"
12