Inserting a webflow via a plugin JAR
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 16 11:00:57 EDT 2017
On 10/16/17, 3:15 AM, "dev on behalf of dqluan" <dev-bounces at shibboleth.net on behalf of dqluan at gmail.com> wrote:
> 1. If I have folders for jsp, css, js, images, can I stuff them into the jar file too?
Don't know.
> 2. Put the flow definition file into ${idp.home}/edit-webapp/META-INF/net/shibboleth/idp/flows/authn/MYFLOW/MYFLOW-
> flow.xml
A post-authentication interceptor should be in a folder named intercept/ rather than authn/ to be run properly, and it needs to be in the jar file, not in edit-webapp, that's the point of doing it this way.
> Should I have done something different? Say putting the "META-INF/net/.../MYFLOW-flow.xml" file into the JAR instead?
Yes, and your path's wrong per above.
-- Scott
More information about the dev
mailing list