Yes, you are right. I have not commented the part concerning signature validation. However the page at TestShib does not mention anything related to uncommenting that. Also, would uncommenting that still allow me to use a self signed certificate?<br>
<br><div class="gmail_quote">On Mon, Oct 24, 2011 at 12:39 PM, Rod Widdowson <span dir="ltr">&lt;<a href="mailto:rdw@steadingsoftware.com">rdw@steadingsoftware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
You have probably uncommented out the bit in the RelyingParty.xml file which sets up the metadata source:<br>
<br>
&gt;                 &lt;metadata:MetadataFilter xsi:type=&quot;metadata:SignatureValidation&quot;<br>
&gt;                                 trustEngineRef=&quot;shibboleth.MetadataTrustEngine&quot;<br>
<br>
                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
&gt;                                 requireSignedMetadata=&quot;true&quot; /&gt;<br>
<br>
But not commented out the bit which sets up the signature validation<br>
<br>
&gt;    &lt;!-- Trust engine used to evaluate the signature on loaded metadata. --&gt;<br>
<br>
&gt;    &lt;security:TrustEngine id=&quot;shibboleth.MetadataTrustEngine&quot; xsi:type=&quot;security:StaticExplicitKeySignature&quot;&gt;<br>
<br>
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
<br>
&gt;        &lt;security:Credential id=&quot;MyFederation1Credentials&quot; xsi:type=&quot;security:X509Filesystem&quot;&gt;<br>
&gt;            &lt;security:Certificate&gt;$IDP_HOME$/credentials/federation1.crt&lt;/security:Certificate&gt;<br>
&gt;        &lt;/security:Credential&gt;<br>
&gt;    &lt;/security:TrustEngine&gt;<br>
<div><div></div><div class="h5"><br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br>