[JIRA] Created: (SSPCPP-495) Warnung Shibboleth.PropertySet : load() skipping duplicate property set:
rhoerbe@idp.protectnetwork.org (JIRA)
noreply at shibboleth.net
Mon Aug 20 13:06:06 EDT 2012
Warnung Shibboleth.PropertySet : load() skipping duplicate property set:
------------------------------------------------------------------------
Key: SSPCPP-495
URL: https://issues.shibboleth.net/jira/browse/SSPCPP-495
Project: Shibboleth SP - C++
Issue Type: Bug
Components: Configuration
Affects Versions: 2.5.0
Reporter: rhoerbe at idp.protectnetwork.org
Assignee: Scott Cantor
Priority: Minor
When restarting shibd (2.5.0) I am encountering this warning:
"Shibboleth.PropertySet : load() skipping duplicate property set: {urn:eu:stork:names:tc:STORK:1.0:assertion}RequestedAttribute"
The session initiator looks like this:
<SessionInitiator type="SAML2" Location="/Login" forceAuthn="true" isPassive="false">
<samlp:AuthnRequest
xmlns:stork="urn:eu:stork:names:tc:STORK:1.0:assertion"
xmlns:storkp="urn:eu:stork:names:tc:STORK:1.0:protocol"
ID="_Meaningslessstring4xmlvalidatioN" IssueInstant="1900-01-01T00:00:00Z" Version="2.0">
<samlp:Extensions>
<storkp:RequestedAttributes>
<stork:RequestedAttribute Name="http://www.stork.gov.eu/1.0/eIdentifier" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true"/>
<stork:RequestedAttribute Name="http://www.stork.gov.eu/1.0/givenName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" />
</storkp:RequestedAttributes>
</samlp:Extensions>
</samlp:AuthnRequest>
If I remove one of the 2 stork:RequestedAttribute elements, the warning goes away. It does, however, produce the expected AuthnRequest.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list