idpHistoryProps does not work

Description

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.

Environment

None

Activity

Scott Cantor 
December 2, 2013 at 5:06 PM

Closing on release.

Scott Cantor 
November 21, 2013 at 3:10 PM

Rickard Bellgrim 
October 18, 2013 at 10:06 AM

I have confirmed that it works after adding the attribute to the XML schema.

/usr/share/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd

<attribute name="idpHistoryProps" type="conf:string"/>

Fixed

Details

Assignee

Reporter

Components

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