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.
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.