building the OSU custom login handler
Cantor, Scott
cantor.2 at osu.edu
Tue Feb 5 17:27:48 EST 2013
> I didn't make any changes to the pom file to have it pull in shib idp src --
> should I add that as a dependency ?
It already does:
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
<version>2.3.8</version>
</dependency>
That should be enough.
> I can easily remove the super. reference, and it should build. Worth trying
> that step first ?
I would just remove the class if you're going to do that.
-- Scott
More information about the dev
mailing list