How to test authn module in Java Development Environment

Tom Zeller tzeller at dragonacea.biz
Thu Apr 19 12:40:09 EDT 2018


> 1. How to load module jar? I try that add runtime dependency to
> java-idp-testbed/pom.xml, this is right?

Sounds right.

> 2. How to load my listener before context initialize? I try that add context
> and listener element to  java-idp-testbed/src/main/webapp/WEB-INF/web.xml or
> java-identity-provider/idp-war/src/main/webapp/WEB-INF/web.xml, but this is
> not working and returns "503  Service Unavailable".  My module is included
> in java-idp-testbed/target/idp-testbed-0.7.0-SNAPSHOT/WEB-INF/lib.

Not sure.

> 3. Is there a way to test my authn modules with changes to java-idp-testbed
> and idp-jetty-base only?

Probably idp-conf will need to be configured as it is idp.home when
running in Eclipse.

Tom


More information about the dev mailing list