RelyingPartyOverrides
Michael O Holstein
michael.holstein at csuohio.edu
Mon Mar 23 15:16:04 EDT 2015
I've been struggling with getting SHA1 overrides to function ..
I copied the code verbatim from the wiki and tried to look up the various classes to see if I was missing something, but inevitably I alwsys end up with this :
"Cannot convert value of type [org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration] to required type [net.shibboleth.idp.profile.config.SecurityConfiguration] for property 'securityConfiguration': no matching editors or conversion strategy found"
here's the relying-party code I was using, straight from https://wiki.shibboleth.net/confluence/display/IDP30/SecurityConfiguration
<bean parent="RelyingPartyByName" c:relyingPartyIds="https://sp.example.org">
<property name="profileConfigurations">
<list>
<bean parent="Shibboleth.SSO" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML1.AttributeQuery" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML1.ArtifactResolution" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML2.SSO" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML2.ECP" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML2.Logout" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML2.AttributeQuery" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
<bean parent="SAML2.ArtifactResolution" p:securityConfiguration-ref="shibboleth.SigningConfiguration.SHA1" />
</list>
</property>
</bean>
Ideas anyone?
Thanks,
Michael Holstein
Cleveland State University
More information about the users
mailing list