<div dir="ltr">I'm getting the following error message when trying to use unsolicited SSO with a SAML1 SP:<div><br></div><div><div>12:25:21.791 - ERROR [org.springframework.beans.factory.BeanDefinitionStoreException:76] - [134.82.249.6] - </div><div>org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file [/usr/local/idp/system/flows/saml/saml1/sso-unsolicited-beans.xml]; nested exception is java.lang.IllegalStateException: Unable to load schema mappings from location [META-INF/spring.schemas]</div></div><div><br></div><div>This error is the same for both of these SPs in this relying-party segment:</div><div><br></div><div><div>         <bean id="r01" parent="RelyingPartyByName"</div><div>              c:relyingPartyIds="#{{'<a href="http://concursolutions.com">concursolutions.com</a>',</div><div>                                    'cornerstone'}}"></div><div>              <property name="profileConfigurations"></div><div>                <list></div><div>                 <bean id="b01" parent="Shibboleth.SSO"</div><div>                     p:signAssertions="true"</div><div>                     p:includeAttributeStatement="true"</div><div>                     p:nameIDFormatPrecedence="#{{'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'}}" /></div><div>                </list></div><div>              </property></div><div>         </bean></div></div><div><br></div><div>I assume that this is a problem with my SAML1 configuration since they're both using the Shibboleth.SSO bean (and they're the only SPs that I have that use this particular bean)</div><div><br></div><div>Any suggestions will be greatly appreciated.</div><div><br></div><div>Mike</div></div>