Fixed
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
Rickard Bellgrim
Rickard BellgrimComponents
Fix versions
Affects versions
Created October 15, 2013 at 1:54 PM
Updated December 2, 2013 at 5:06 PM
Resolved November 21, 2013 at 3:10 PM
There is an attribute idpHistoryProps documented for the Sessions element.
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSessions
Shibboleth SP will however say that this attribute is not supported:
2013-10-15 13:35:56 ERROR XMLTooling.ParserPool : error on line 23, column 101, message: attribute 'idpHistoryProps' is not declared for element 'Sessions'
2013-10-15 13:35:56 ERROR Shibboleth.Config : error while loading resource (/etc/shibboleth/shibboleth2.xml): XML error(s) during parsing, check log for specifics
2013-10-15 13:35:56 FATAL Shibboleth.Config : caught exception while loading configuration: XML error(s) during parsing, check log for specifics
2
It is probably missing from the XML schema definition.
I am using this attribute because I want the cookie to be shared among multiple servers running applications using different subdomains.