Adapting SOAP client pipeline to logout

Brent Putman putmanb at georgetown.edu
Wed Nov 14 11:05:22 EST 2018



On 11/14/18 10:24 AM, Cantor, Scott wrote:
> 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.

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.

Hopefully that's all you'll need for logout, unless I missed
something.  Guess we'll find out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20181114/62d1b565/attachment.html>


More information about the dev mailing list