<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello all,<br>
    <br>
    We have been deploying SPs on campus using a federation approach.&nbsp;
    As such we use AttributeRequesterInEntityGroup in our
    attribute-filter.xml file for attributes we send to all servers.&nbsp; We
    are currently deploying a SP which is part of our federation but do
    not want to send it our standard attributes.&nbsp; I have tried two
    approaches to the problem but both seem to give me errors.<br>
    <br>
    First approach change attribute-filter.xml to<br>
    <br>
    &nbsp;&nbsp;&nbsp; &lt;PolicyRequirementRule xsi:type="basic:AND"&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;basic:Rule
    xsi:type="basic:AttributeRequesterInEntityGroup"
    groupID=<a class="moz-txt-link-rfc2396E" href="https://fdu.edu/metadata/federated-fdu.xml">"https://fdu.edu/metadata/federated-fdu.xml"</a> /&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;basic:Rule xsi:type="basic:NOT"&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;basic:Rule xsi:type="basic:AttributeRequesterString"
    value=<a class="moz-txt-link-rfc2396E" href="https://test.fdu.edu/shibboleth-sp">"https://test.fdu.edu/shibboleth-sp"</a> /&gt;<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/basic:Rule&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/PolicyRequirementRule&gt;<br>
    <br>
    Second approach change our metadata file to have two
    &lt;EntitiesDescriptor&gt;.&nbsp; Rather than create a separate metadata
    file for this host, I would rather use two
    &lt;EntitiesDescriptor&gt; it creates a manageable solutions that
    can be reused in the future.<br>
    <br>
    metadata.xml<br>
    <br>
    &lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
    &lt;EntitiesDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata"<br>
    Name=<a class="moz-txt-link-rfc2396E" href="https://fdu.edu/metadata/federated-fdu.xml">"https://fdu.edu/metadata/federated-fdu.xml"</a><br>
    xmlns:ds=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2000/09/xmldsig#">"http://www.w3.org/2000/09/xmldsig#"</a><br>
    xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"<br>
    xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp; &lt;EntityDescriptor&gt;<br>
    &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; ....<br>
    &nbsp; &nbsp; &nbsp; &lt;/EntityDescriptor&gt;<br>
    &lt;/EntitiesDescriptor&gt;<br>
    &lt;EntitiesDescriptor<br>
    &nbsp; xmlns="urn:oasis:names:tc:SAML:2.0:metadata"<br>
    &nbsp; Name=<a class="moz-txt-link-rfc2396E" href="https://fdu.edu/metadata/other-fdu.xml">"https://fdu.edu/metadata/other-fdu.xml"</a><br>
    &nbsp; xmlns:ds=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2000/09/xmldsig#">"http://www.w3.org/2000/09/xmldsig#"</a><br>
    &nbsp; xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"<br>
    &nbsp; xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>&gt;<br>
    &nbsp; &nbsp;&nbsp; &lt;EntityDescriptor&gt;<br>
    &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; ....<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/EntityDescriptor&gt;<br>
    &lt;/EntitiesDescriptor&gt;<br>
    <br>
    I would appreciate any feedback as well as feasibility of my
    approaches<br>
    <br>
    Thank you in advance,<br>
    <br>
    -Chris<br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <title>OIRT Signature</title>
      <style media="all" type="text/css">
        #sig{
                margin:6px 0 0 15px;
                padding:6px;
                width: 530px;
                }
        #sig .person{
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size:12px;
                font-style:italic;
                color:#333333;
                font-weight: bolder;
                padding: 0 0 0 15px;
        }
                #sig .title{
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size:10px;
                font-style:italic;
                color:#333333;
                padding: 0 0 0 15px;
                letter-spacing: .1em;
                line-height: 10px;
        }

        #sig .row {
                line-height:12px;
                color:#333333;
                padding-top: 13px;
                padding: 10px 0 0 15px;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
        }
        #sig .top {
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size:11px;
                font-style:italic;
                color:#CC0000;
                padding:7px 0 0 0;
                font-weight: bolder;
        }
        #sig .toptwo {
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size:11px;
                font-style:italic;
                color:#CC0000;
                padding-left: 120px;
                font-weight: bolder;
        }

        #sig .row a:link, .row avisited {
                color:#5CBDBF;
                text-decoration:none;
                }
        #sig .row a:over{
                color:#333333;
                border: 1px black dotted;
        }

</style>
      <div id="sig"><br>
      </div>
    </div>
  </body>
</html>