Cannot resolve 'ExternalAuthn' to a type definition for element 'LoginHandler'.
Chad La Joie
lajoie at itumi.biz
Tue Nov 1 13:24:02 GMT 2011
On Tue, Nov 1, 2011 at 09:11, Kaustubh Nagraj <kaustubh at easydita.com> wrote:
> Since the IdP 'forwards' the HttpServletRequest to the endpoint (which would
> be the external authentication system), I assume I should be able to have a
> login page at the endpoint, where the user can login and then the required
> interface properties could be set and the control could be returned to the
> Authentication Engine. Please correct me if I have misunderstood something.
As Brent said, the Servlet to which the requested is forwarded is
responsible for interacting with the extension authentication. You
can do whatever it is you want to do there. The only contract is that
you set return, to the authentication engine, the appropriate data
when you're done.
> Finally, can I download the packages containing the classes so I can set the
> properties for the interface?
Yes, it's open source code and the location for the code is given in
the wiki documentation.
--
Chad La Joie
www.itumi.biz
trusted identities, delivered
More information about the users
mailing list