Chaining Session hooks?
Jan Vilhuber
JVilhuber at absolute.com
Wed Apr 19 22:30:44 EDT 2017
I don't want to call into the SAME hook twice. I want to call into hookA and then hookB (migrating legacy apps into the modern world is the bane of my existence). I had assumed that since the 'return' URL has a hook=1 in it, that there would be provisions in Shibboleth SP to then call hook=2 and so on, i.e. have a list of hooks to call.
If that's not the case, then what's the meaning of hook=1 in the return URL?
I can certainly make hookA (called from Shibboleth) call hookB directly without involving Shibboleth, but it just seemed like shibboleth could handle this (again, because of the hook=1 parameter). If that's not the case, I'll just do something else :)
jan
> -----Original Message-----
> From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Peter Schober
> Sent: Wednesday, April 19, 2017 8:25 PM
> To: users at shibboleth.net
> Subject: Re: Chaining Session hooks?
>
> * Jan Vilhuber <JVilhuber at absolute.com> [2017-04-19 13:28]:
> > I have a situation where I might need to call two sessionHooks from
> > the Shibboleth SP (apache + mod_shib). It doesn't seem obvious to me
> > from the wiki/documentation how to set this up.
>
> The hook is your own code, why would you want to call into your own code
> twice, instead of just once and handling everything there?
> -peter
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list