Cannot resolve 'ExternalAuthn' to a type definition for element 'LoginHandler'.
Kaustubh Nagraj
kaustubh at easydita.com
Mon Oct 31 19:34:39 GMT 2011
Oh..thanks a lot. That was my error.
I also had another question regarding external authentication
I was not clear about how the external authentication system works. When we
use the ExternalAuthn login handler in the handler.xml, does the
externalAuthnPath refer to the URL to which the IdP gets redirected to?
Or does it go there to find out login information about whether or not user
is already logged in.
I was imagining it to be setup such that the IdP goes to the URL specified
and the servlet at the said URL then can be used to log the user in and
then can set the properties required by the IdP before coming back to the
IdP endpoint.
Can someone please enlighten me?
Thanks,
Kaustubh
On Mon, Oct 31, 2011 at 3:18 PM, Brent Putman <putmanb at georgetown.edu>wrote:
>
>
> On 10/31/11 2:20 PM, Kaustubh Nagraj wrote:
> > Hi,
> >
> > I am trying to configure the External Authentication login handler. I am
> > getting an error messgae which says the following:
> >
> > org.xml.sax.SAXParseException: cvc-elt.4.2: "Cannot resolve
> > 'ExternalAuthn' to a type definition for element 'LoginHandler'."
> >
>
>
> You have a simple XML namespace error in the configuration file. Make
> sure that the xsi:type value for 'ExternalAuth' has the same namespace
> prefix as the LoginHandler element (since they are defined in the same
> schema).
>
>
> > I am following the instructions at
> > https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthExternal and
> > cant seem to place the error. Could some one help me?
> >
>
>
> In that example, they both have the namespace prefix 'ph', which is
> presumably declared elsewhere (with a xmlns:ph declaration) not shown in
> the example. Your config file may or may not declare that namespace to
> the exact prefix 'ph', but whatever the prefix is (and note it could be
> the default prefix ""), both the 'LoginHandler' element and
> 'ExternalAuth' xsi:type should be using the same prefix.
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20111031/b475cd74/attachment.html
More information about the users
mailing list