RelyingPartyOverrides
Cantor, Scott
cantor.2 at osu.edu
Mon Mar 23 15:24:54 EDT 2015
On 3/23/15, 3:16 PM, "Michael O Holstein" <michael.holstein at csuohio.edu> wrote:
>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"
That example is wrong. The right approach is closer to what's in the second example below it, I have to define a separate bean:
<bean id="ObnoxiousSecurityConfig parent="shibboleth.DefaultSecurityConfiguration">
<property name="signingConfiguration">
<ref bean="shibboleth.SigningConfiguration.SHA1" />
</property>
</bean>
And then inject that into the profiles.
I was rushed when I did the examples, I'll fix them this pm.
-- Scott
More information about the users
mailing list