IdP v4.1 native intercept configuration
Cantor, Scott
cantor.2 at osu.edu
Thu Apr 15 12:38:15 UTC 2021
If you're trying to create your own interceptors, I'd question whether that's even needed given the ones that already exist now (context-check and warning are pretty generic these days, as is external), but assuming you did, that's a different situation.
You certainly don't do it by enabling a module supporting one of ours. There is no module for "allow intercepts", it's the actual examples that are specifically modules.
Just define a flow descriptor bean in global.xml so it gets auto-wired into the system.
<bean id="intercept/member" parent="shibboleth.InterceptFlow" />
Not much more to it than that.
Or of course you get fancy and actually create a plugin, module, jar with all the files embedded, etc., but that's not required.
I thought I updated the development pages around extending the system but I'll have to review them.
-- Scott
More information about the users
mailing list