Adapting SOAP client pipeline to logout
Cantor, Scott
cantor.2 at osu.edu
Wed Nov 14 10:19:41 EST 2018
Brent,
I started looking at SOAP logout and it looks like there's a lot of Spring wiring for the current SOAP pipeline that ends up being artifact-only because of the predicates wired in for signing/TLS.
I recalled you talking about this late in the last dev cycle (I think) but I don't know if you had other planned changes queued up to generalize this or if this was "done" and I should look at what I have to do to adapt it.
I think the specific issue is the SOAPClient.ClientTLSPredicate and SOAPClient.SAMLSigningPredicate beans are both defined to be artifact-centric conditions and they get injected down inside the pipeline in a way that wouldn't be obviously overrideable.
I guess one possibility would be to set up some aliases for those beans, perhaps, but I haven't worked out what would work yet.
-- Scott
More information about the dev
mailing list