1 ###################################################################################
3 # Handle Service Configuration
5 ###################################################################################
7 ##### General Configuration #####
9 # [Required] Name of this Handle Service (usually a dns name)
10 #edu.internet2.middleware.shibboleth.hs.HandleServlet.issuer = shib2.internet2.edu
12 # [Required] The name of this origin site (a URI)
13 #edu.internet2.middleware.shibboleth.hs.HandleServlet.siteName = urn:mace:inqueue:shibdev.edu
15 # [Required] URL at which the corresponding Attribute Authority can be reached
16 #edu.internet2.middleware.shibboleth.hs.HandleServlet.AAUrl = http://host.test.edu/shibboleth/AA
18 # [Optional] HTTP Request Header to get principal name from (defaults to REMOTE_USER)
19 #edu.internet2.middleware.shibboleth.hs.HandleServlet.username = REMOTE_USER
21 # [Optional] URI identifying the authentication mechanism that is used by the HS
22 #edu.internet2.middleware.shibboleth.hs.HandleServlet.authMethod = urn:oasis:names:tc:SAML:1.0:am:password
24 ##### Assertion Signing #####
26 # [Required] Location of a Java keystore containing an X509 certificate
27 # and matching key. Used to sign assertions made by this HS
28 #edu.internet2.middleware.shibboleth.hs.HandleServlet.keyStorePath = /conf/keystore.jks
30 # [Required] Password for the keystore
31 #edu.internet2.middleware.shibboleth.hs.HandleServlet.keyStorePassword = shibhs
33 # [Required] Keystore alias for the private key
34 #edu.internet2.middleware.shibboleth.hs.HandleServlet.keyStoreKeyAlias = shibhs
36 # [Required] Password for the private key
37 #edu.internet2.middleware.shibboleth.hs.HandleServlet.keyStoreKeyPassword = shibhs
39 # [Optional] Keystore alias for the X509 certificate (Defaults to the private key alias)
40 #edu.internet2.middleware.shibboleth.hs.HandleServlet.certAlias = shibhs
43 ###################################################################################
45 # Attribute Authority Configuration
47 ###################################################################################
49 ##### General Configuration #####
51 # [Required] Name of this Attribute Authority (usually a dns name)
52 #edu.internet2.middleware.shibboleth.aa.AAServlet.authorityName = shib2.internet2.edu
54 # [Optional] Set to true if the Attribute Authority should pass internal error messages to
55 # the SHAR (for debugging purposes) (defaults to false)
56 #edu.internet2.middleware.shibboleth.aa.AAServlet.passThruErrors = false
58 ##### Attribute Resolution #####
60 # [Optional] Attribute Resolver configuration (Defaults to /conf/resolver.xml)
61 #edu.internet2.middleware.shibboleth.aa.attrresolv.AttributeResolver.ResolverConfig = /conf/resolver.xml
63 ##### Attribute Release Policies #####
65 # [Required] Arp Repository Implementation
66 edu.internet2.middleware.shibboleth.aa.arp.ArpRepository.implementation = edu.internet2.middleware.shibboleth.aa.arp.provider.FileSystemArpRepository
68 ### Parameters for edu.internet2.middleware.shibboleth.aa.arp.provider.FileSystemArpRepository ###
70 # [Required if active] Path from which Policies can be loaded
71 edu.internet2.middleware.shibboleth.aa.arp.provider.FileSystemArpRepository.Path = /conf/arps/
73 # [Optional] Time in seconds for which Release Policies should be cached
74 # (Defaults to 0 or "no caching")
75 edu.internet2.middleware.shibboleth.aa.arp.BaseArpRepository.ArpTTL = 300
78 ###################################################################################
80 # Shared Configuration
82 ###################################################################################
84 ##### Attribute Query Handle Repository #####
86 # [Optional] Specifes an implementation to be used for the HS and AA to share AQHs (Defaults to Memory provider)
87 edu.internet2.middleware.shibboleth.hs.HandleRepository.implementation = edu.internet2.middleware.shibboleth.hs.provider.MemoryHandleRepository
88 #edu.internet2.middleware.shibboleth.hs.HandleRepository.implementation = edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository
90 ### Parameters for edu.internet2.middleware.shibboleth.hs.provider.MemoryHandleRepository ###
92 # [Optional] Time in seconds for which issued AQHs are valid (Defaults to 1800 or 30 minutes)
93 #edu.internet2.middleware.shibboleth.hs.BaseHandleRepository.handleTTL = 1000
95 ### Parameters for edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository ###
97 # [Required if active] Location of a Java keystore containing a Triple DES secret key.
98 # Used to encrypt the principal's identifiers
99 #edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStorePath = /conf/handle.jks
101 # [Required if active] Password for the keystore
102 #edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStorePassword = shibhs
104 # [Required if active] Keystore alias for the secret key
105 #edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStoreKeyAlias = handleKey
107 # [Required if active] Password for the private key
108 #edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStoreKeyPassword = shibhs
110 # [Optional] Time in seconds for which issued AQHs are valid (Defaults to 1800 or 30 minutes)
111 #edu.internet2.middleware.shibboleth.hs.BaseHandleRepository.handleTTL = 1000
113 ##### Federation Configuration #####
115 #[Optional] URI corresponding to the federation this origin operates under (defaults to the InQueue policy)
116 #edu.internet2.middleware.shibboleth.audiences = urn:mace:inqueue