forked from Unicon/shib-cas-authn2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cas-shib.properties.sample
20 lines (17 loc) · 1.05 KB
/
cas-shib.properties.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### The pieces below are used to build the urls to cas and shib-idp. Modify as needed for your environment.
### Defaults are shown below. cas.server and idp.server have no default value and are required to be set properly. Be sure
### to include the port value if the standard ports (80/443) are not being used.
### cas.server should include any port if the standard protocol ports are not being used
### These three values put together will makeup the URL to the cas server.
#cas.server.protocol=https
cas.server=localhost:443
#cas.application.prefix=/cas
### idp.server should include any port if the standard protocol ports are not being used
idp.server=localhost:443
#idp.server.protocol=https
#idp.application.prefix=/idp
### This should match the path to the servlet added in the idp's web.xml
#idp.server.callback=/Authn/Cas
# By default you always get the AuthenticatedNameTranslator, add additional code to cover your custom needs.
# Takes a comma separated list of fully qualified class names
#casToShibTranslators=com.your.institution.MyCustomNamedTranslatorClass