Cannot resolve 'twofactor:TwoFactorLogin' to a type definition for element 'ph:LoginHandler'.
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 10 11:27:33 EDT 2014
On 6/10/14, 11:24 AM, "Kevin Foote" <kpfoote at uoregon.edu> wrote:
>According to your first email in this thread you are missing something in
>your config def. The top of your handler.xml should be as follows:
>
><ph:ProfileHandlerGroup
>xmlns:ph="urn:mace:shibboleth:2.0:idp:profile-handler"
>
>xmlns:twofactor="http://duosecurity.com/2012/shibboleth/idp/twofactor"
>
>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
>xsi:schemaLocation="urn:mace:shibboleth:2.0:idp:profile-handler
>classpath:/schema/shibboleth-2.0-idp-profile-handler.xsd
>
>http://duosecurity.com/2012/shibboleth/idp/twofactor
>classpath:/schema/shibboleth-2.0-idp-twofactor-login-handler.xsd
>
>
>I just did this a bit ago so I know this block works!
Forgot the classpath schema location bit is required, right.
-- Scott
More information about the users
mailing list