Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
461 B

# This file is used for authenticating against multiple CAS servers
# If the file Auth_cas_servers.yaml exists, then the casServerUrl syspref will be ignored
# If you have to authenticate against only one CAS server, which is usually the case,
# don't use this file, but the casServerUrl syspref instead
default: ServerName
---
ServerName: "https://example.com/cas"
OtherServerName: "https://example.org/cas"
ThirdServerName: "https://example.edu/cas"