You should be able to use some type of SSO solution to make this work. Acegi supports Yale's CAS - have you thought about using that to do your authentication with LDAP and then propogate it to your applications?
http://www.ja-sig.org/products/cas/ http://www.acegisecurity.org/docbook/acegi.html#cas Matt On 8/17/07, tiya tiya <[EMAIL PROTECTED]> wrote: > > > ---------- Forwarded message ---------- > From: tiya tiya <[EMAIL PROTECTED]> > Date: Aug 17, 2007 9:36 AM > Subject: Login page in Appfuse > To: [EMAIL PROTECTED] > > Hi, > > I developed Common Login page using LDAP authenthication in Appfuse > Framework 1.9.4 and tomcat 5.0.From the Common Login Page i need to give > links to other applications..We have 5 seperate applications developed using > appfuse 1.9.4 and Oracle database.I have all users of other applications in > the LDAP.If any person opens CommonLogin Application they will enter user > name and password in Login file and authenticating against LDAP and see the > application links.If they click the link it will go to that particular > application mainmenu page. > > My Question is : If the user clicks the link in Common Login page and it > will go that particualr application.At that time i don't want go through > login page of that individual application.. Is there anyway to remove the > login.jsp page and go directly to mainmenu.jsp page.Or Can u give me some > idea how can i get user object from common login and without displaying > login page in individual appl validate against that user name in other > individual application and directly go the main menu page?I want to get rid > of the login page in all individual application. > > Any help would be greatly appreciated. > > > Thanks. > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
