Naveen wrote: > > I am developing an application using JSF, spring, hibernate. Initially I > created a login page with a local mysql database values. There are three > users of the system, and each user upon successful login gets redirected > to their respective home pages. Now, I need to configure my application > to use my University's CAS page. I am able to login into my application > using my universities CAS login. I want to configure the CAS in such a > way that, I want to compare my universities username credentials with > the local database values, and then redirect the user to their > respective home pages, rather than going to my application's login page. > Can anyone please suggest me on how to do this???
Your application could also do the redirect to the user's home page. Or why not CAS-ify the user's home page itself? Ciao, Michael. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
