OpenSAML how-to: adding transport to context

Cantor, Scott cantor.2 at osu.edu
Wed May 20 10:33:04 EDT 2015


On 5/20/15, 11:53 AM, "Misagh Moayyed" <mmoayyed at unicon.net> wrote:



>In the pipeline, where are the set of components/steps that deal with 
>signing objects? I see you’re invoking outbound message handlers, and 
>having looked at the hierarchy of AbstractMessageHandler, I don’t see 
>anything that would help me, say, sign an authn request. There are some 
>that validate, but none I have been able to find that actually do.

org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageS
igningHandler


> 
>To find out how the IdP does that sort of thing, I noticed the creation 
>of a security config that is passed along to an MD resolver. What I 
>failed to find was the step that actually did the signing of the response 
>for instance.

Search for shibboleth.PreEncodeMessageHandler in the SAML flow bean files.

-- Scott




More information about the dev mailing list