How to test authn module in Java Development Environment

Cantor, Scott cantor.2 at osu.edu
Thu Apr 19 09:49:44 EDT 2018


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

I drop code in the WEB-INF/lib folder in the idp-war module by hand when I have to do that, but generally I don't test my code that way, I just drop it into a real IdP.

> 2. How to load my listener before context initialize?

I don't know what you're asking about. Whatever you're doing sounds odd and unnecessary.

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

Doubt it. Just run an IdP.

-- Scott



More information about the dev mailing list