1 Welcome to Internet2's Shibboleth
3 Shibboleth is a federated web authentication and attribute exchange system
4 based on SAML developed by Internet2 and MACE.
6 Shibboleth is licensed under the Apache 2.0 license which is provided in the
9 Shibboleth Project Site:
10 http://shibboleth.internet2.edu/
12 Shibboleth Documentation Site:
13 https://spaces.internet2.edu/display/SHIB2/Home
15 Source and binary distributions
16 http://shibboleth.internet2.edu/downloads
19 https://bugs.internet2.edu/jira
28 The following configuration changes must be made to upgrade from 2.0.0 to 2.1.0
29 - in internal.xml replace 'org.opensaml.util.storage.MapBasedStorageService' with
30 'edu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService'
31 as the value for the class attribute of bean 'shibboleth.StorageService' (line 82 in the
32 default configuration file)
34 - in service.xml add the service 'shibboleth.StorageService' to the whitespace delimited
35 list of services already present in the service, shibboleth.ServiceServletContextAttributeExporter
36 (service definition starts at line 57 in the default configuration file)
38 - in internal.xml, replace the string 'org.apache.velocity.runtime.resource.loader.StringResourceLoader'
39 with 'edu.internet2.middleware.shibboleth.common.util.StringResourceLoader' (this is located at line
40 41 in the default configuration file)