Bugzilla – Bug 4967
Globus SAML incompatibility with OpenSAML
Last modified: 2008-04-25 21:12:14
You need to log in before you can comment on or make changes to this bug.
Both Globus SAML and OpenSAML attempt to load a config file named "opensaml.properties". This prevents both JARs from being distributed together (as is the case in the GridShib SAML Tools). A simple workaround is to rename the Globus SAML config file.
Renamed "opensaml.properties" to "globus-saml.properties". Modified SAMLConfig to load this new config file.