Non JSP Login Page for IDP
Cantor, Scott
cantor.2 at osu.edu
Fri Jul 31 13:06:47 EDT 2015
On 7/31/15, 12:42 PM, "users on behalf of Bjorn Stange" <users-bounces at shibboleth.net on behalf of bjorn248 at gmail.com> wrote:
>Hello there. I am working on a project that has requirements for high code coverage percentages and the project leadership wants us to replace the JSP Login Page for the IDP with a node application so that unit tests can be written for it. My question to you is, is this even feasible? From what I have been able to gather from the documentation it seems that a JSP servlet and container context is expected
> for this. Am I mistaken? Any feedback would be greatly appreciated, thanks!
Assuming you mean V2, a new project has no business using that anyway. In fact it would be laughable for somebody to impose such a requirement while also using code that's a year from being unsupported.
That aside, the login page for the existing UsernamePassword handler relies on a forward to a JSP page or servlet. If you want to do something else, that's a new handler or the use of the External login handler, which still ultimately has to pass through a servlet or JSP anyway. So probably a new handler entirely.
-- Scott
More information about the users
mailing list