##### Club Configuration #####
# [Optional] URIs that define club policy, separated by commas (defaults to the InCommon pilot policy)
- #edu.internet2.middleware.shibboleth.audiences = urn:mace:incommon:pilot:2003, urn:example:com:exampleClub
+ #edu.internet2.middleware.shibboleth.audiences = urn:mace:incommon:pilot, urn:example:com:exampleClub
defaultProps.setProperty(
"edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStorePath",
"/conf/handle.jks");
- defaultProps.setProperty("edu.internet2.middleware.shibboleth.audiences", "urn:mace:incommon:pilot:2003");
+ defaultProps.setProperty("edu.internet2.middleware.shibboleth.audiences", "urn:mace:incommon:pilot");
defaultProps.setProperty("edu.internet2.middleware.shibboleth.aa.AAServlet.passThruErrors", "false");
//Load from file
defaultProps.setProperty(
"edu.internet2.middleware.shibboleth.hs.provider.CryptoHandleRepository.keyStorePath",
"/conf/handle.jks");
- defaultProps.setProperty("edu.internet2.middleware.shibboleth.audiences", "urn:mace:incommon:pilot:2003");
+ defaultProps.setProperty("edu.internet2.middleware.shibboleth.audiences", "urn:mace:incommon:pilot");
defaultProps.setProperty(
"edu.internet2.middleware.shibboleth.hs.HandleServlet.authMethod",
SAMLAuthenticationStatement.AuthenticationMethod_Unspecified);