<div>Hello, Shibboleth Fans -</div><div><br></div>I have edited my IdP configuration files according to the delegation plugin INSTALL.txt file, but tomcat is throwing errors (found in localhost log) about the very first things I added to the internal.xml file. This is what the section looks like with the beans added to the &quot;list&quot; element of the OpensamlConfig:<div>
<br></div><div><div> &lt;!-- Spring configuration file that bootstraps OpenSAML --&gt;</div><div>    &lt;bean id=&quot;shibboleth.OpensamlConfig&quot; class=&quot;edu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean&quot; depends-on=&quot;shibboleth.LogbackLogging&quot;&gt;</div>
<div>        &lt;constructor-arg&gt;</div><div>            &lt;list&gt;</div><div>                &lt;bean id=&quot;shibMetadataExtensions&quot; class=&quot;org.opensaml.util.resource.ClasspathResource&quot;&gt;</div><div>
                    &lt;constructor-arg value=&quot;/shibboleth-saml-ext-config.xml&quot; /&gt;</div><div>                &lt;/bean&gt;</div><div>             &lt;!-- following three elements added to base configuration --&gt;</div>
<div>               &lt;bean id=&quot;libertySOAPBindingProviders&quot; class=&quot;org.opensaml.util.resource.ClasspathResource&quot;&gt;</div><div>                    &lt;constructor-arg value=&quot;/liberty-soap-binding-config.xml&quot; /&gt;</div>
<div>                &lt;/bean&gt;</div><div>                &lt;bean id=&quot;libertyDiscoProviders&quot; class=&quot;org.opensaml.util.resource.ClasspathResource&quot;&gt;</div><div>                    &lt;constructor-arg value=&quot;/disco-config.xml&quot; /&gt;</div>
<div>                &lt;/bean&gt;</div><div>                &lt;bean id=&quot;libertySecurityProviders&quot; class=&quot;org.opensaml.util.resource.ClasspathResource&quot;&gt;</div><div>                    &lt;constructor-arg value=&quot;/sec-config.xml&quot; /&gt;</div>
<div>                &lt;/bean&gt;</div><div>            &lt;/list&gt;</div><div>        &lt;/constructor-arg&gt;</div><div>        &lt;property name=&quot;parserPool&quot; ref=&quot;shibboleth.ParserPool&quot; /&gt;</div>
<div>    &lt;/bean&gt;</div><div><br></div><div>It seemed to be unhappy about missing classes and xml files, so I double-checked and the jar files are in place, and they seem to contain all the bits the log file mentions. To see if there was a more basic problem, I tried moving element 2 (libertyDiscoProviders) to the top of the list, and sure enough, it then complained about that one. (This is reflected in the log excerpt.) </div>
<div><br></div><div>So is there something basic and stupid I missed with the XML format or rules I violated here? or is there something else I should be looking at?</div><div><br></div><div>Thanks in advance,</div><div>Karla B</div>
<div><br></div><div>Attached: localhost log (edited to remove duplicate events), internal.xml</div><div><br></div>-- <br><div style="margin-left:40px">Karla Borecky<br>Systems Administrator<br>ITS<br>Smith College<br>Northampton, MA 01063<br>
</div><br>
</div>