<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 11/14/18 10:24 AM, Cantor, Scott
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:AC3AEFF6-CC93-48BE-AD41-CA8AE04DD7E6@osu.edu">
      <pre wrap="">Oh, never mind, I see the predicates are actually in maps and it's all keyed by the use case, so you already generalized it.
</pre>
    </blockquote>
    <br>
    Yes, correct.  You should just need to implement the 2 predicates
    and wire them to the Map of the delegating predicate.  And don't
    forgot to fundamentally declare the pipeline mapping up top, you'll
    just want to declare a new one appropriately named (e.g.
    SAML2.Logout) pointing to the same concrete pipeline as the existing
    one (SOAPClient.SAML2.Pipeline).  Use the same pipeline name in the
    delegating predicate maps, that's how everything gets connected.<br>
    <br>
    Hopefully that's all you'll need for logout, unless I missed
    something.  Guess we'll find out.<br>
  </body>
</html>