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
26 The following configuration changes must be made to upgrade from 2.0.0 to 2.1.0
27 - in internal.xml replace 'org.opensaml.util.storage.MapBasedStorageService' with
28 'edu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService'
29 as the value for the class attribute of bean 'shibboleth.StorageService' (line 82 in the
30 default configuration file)
32 - in service.xml add the service 'shibboleth.StorageService' to the whitespace delimited
33 list of services already present in the service, shibboleth.ServiceServletContextAttributeExporter
34 (service definition starts at line 57 in the default configuration file)
36 - in internal.xml, replace the string 'org.apache.velocity.runtime.resource.loader.StringResourceLoader'
37 with 'edu.internet2.middleware.shibboleth.common.util.StringResourceLoader' (this is located at line
38 41 in the default configuration file)