any advice on how to modify the login.jsp page?
Wang, Holly
holly.wang at csun.edu
Mon Apr 16 21:43:05 BST 2012
Scott,
Is there an easy way which just involve modify the login.jsp page?
Holly Wang, IT Department CSUN, 818-677-2031
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Monday, April 16, 2012 1:41 PM
To: Shib Users
Subject: RE: any advice on how to modify the login.jsp page?
> I am asked to modify shib login.jsp page so the form with take
> multiple submit command. Depending on the submit button value, we send
> the form to different places.
>
> I did some testing, tried to add a new jsp page to handle it. But I
> can't find a place to define the servlet definition for the new jsp page.
Modifying the servlets means that you're creating a custom loging handler, not just modifying the login form. You have to take over the entire process. And then you can do whatever you want, provided you interface to the authentication engine as defined.
You need to be good with Java and do a lot of reading of source code to do this.
-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list