<div dir="ltr">Good morning,<div><br></div><div>I am working on an integration with an external SP for our college. Under our current filter policy, we release the same set of attributes to all SPs *except* one, which doesn't handle unexpected attributes in the release well. It looks something like this right now:</div><div><br></div><div><div><AttributeFilterPolicy id="default"></div><div><br></div><div> <PolicyRequirementRule xsi:type="NOT"></div><div> <Rule xsi:type="Requester" value="<a href="http://problem-sp.com">problem-sp.com</a>" /></div><div> </PolicyRequirementRule></div><div>...</div><div><br></div><div>I the new SP I am working on integrating has very similar problems with unexpected attributes. Rather than changing the policy to explicitly list out every SP allowed to use it with an AND, I would like to extend the NOT to handle 2 SPs. Here is what I think should work, but is throwing an error in the logs.</div><div><div><br class="gmail-Apple-interchange-newline"><AttributeFilterPolicy id="default"></div><div><br></div><div> <PolicyRequirementRule xsi:type="NOT"></div><div> <Rule xsi:type="Requester" value="<a href="http://problem-sp.com">problem-sp.com</a>" /></div><div> <Rule xsi:type="Requester" value="<a href="http://problem-sp2.com">problem-sp2.com</a>" /><br></div><div> </PolicyRequirementRule></div><div>...</div></div><div><br></div><div>I have dug through the mailing list archives and could not find an answer to this problem. I have also reviewed the schema, and what I am doing should not be a violation (if I understand it correctly, which I likely do not). I have tried creating a nested set of PolicyRequirementRule blocks that either have multiple NOT rules inside an OR rule, or a NOT rule containing a single OR rule. Nothing has worked so far. If anyone has had success creating a filter policy that permits multiple NOT rules, I would appreciate some pointers.</div><div><br></div><div>Thank you.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Adam Portier<br><div>Linux Administrator</div><div>IITS Core Technologies</div><div>Haverford College</div></div></div>
</div></div>