Cannot resolve 'twofactor:TwoFactorLogin' to a type definition for element 'ph:LoginHandler'.
Ryan Suarez
ryan.suarez at sheridancollege.ca
Tue Jun 10 11:08:54 EDT 2014
On 2014-06-10, at 10:31 AM, Christopher Bongaarts wrote:
> The issue isn't the web.xml, it's that you don't have that jar file in
> your .war file. Copy the jar file into the lib directory in the
> unpacked Shib installation directory, and re-run install.(sh/bat), and
> restart your container.
I extracted the war and it looks like the jars are there:
# /opt/java/bin/jar xvf idp.war
...
created: WEB-INF/
inflated: WEB-INF/lib/duo.jar
inflated: WEB-INF/lib/twofactor-login-handler-0.2.jar
…
# ls -la WEB-INF/lib/duo.jar WEB-INF/lib/twofactor-login-handler-0.2.jar
-rw-r--r-- 1 root root 11823 Jun 9 18:00 WEB-INF/lib/duo.jar
-rw-r--r-- 1 root root 14362 Jun 9 17:57 WEB-INF/lib/twofactor-login-handler-0.2.jar
More information about the users
mailing list