Home
Extended ECM
API, SDK, REST and Web Services
Redirecting users at logout
Bruce_Parrish_(firduser2_-_(deleted))
I'm a brand-new LiveLink developer, and I've been tasked with modifying the logout process to redirect the users to our custom login page, not the LiveLink page. Do I need to modify the following in llout.html with the URL for our custom page ?Thanks in advance !
Find more posts tagged with
Comments
PVA_Livelink_Developer_(pva_pva_-_(deleted))
Message from Joe Lesh via eLinkNope, if you look at the form in the generated page it looks like:<... snip ...>function doLogout(){document.LogoutForm.submit();}Which basically means that hitting that button sends you to the DoLogoutrequest handler. We can look at that using the Builder.That RH lives in WEBLL and looking at its Execute() method suggests thatit sends the user to 'hostname/servicename/livelink.exe' with noparameters.That leaves two options: changing the place that DoLogout sends you orchanging the behavior of the default RH (seeGetDefaultRH:ExecuteRequest() in WebLL)To always redirect logins to the correct login page, you'll want to dothe latter and it has to do with a feature called 'fLoginFunc' on theLLRequestHandler object.Joe Leshjlesh@pvaglobal.com-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Wednesday, December 14, 2005 2:51 PMTo: eLink RecipientSubject: Redirecting users at logoutRedirecting users at logoutPosted by Parrish, Bruce on 12/14/2005 02:49 PMI'm a brand-new LiveLink developer, and I've been tasked with modifyingthe logout process to redirect the users to our custom login page, notthe LiveLink page. Do I need to modify the following in llout.html withthe URL for our custom page ?Thanks in advance ![To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.
Bruce_Parrish_(firduser2_-_(deleted))
Joe,Thanks for the tips. Unfortunately, I'm still spinning my wheels here. What I'm dealing with is that my company had a custom front-end built by a consulting firm that is no longer in business. This solution begins by the user accessing an ASP page that authenticate the users against our in-house security database. After that, the user is logged into LiveLink using a orphan based on Login in the Request Handler of WEBLL.What we want to do is once the user logs out of LiveLink, is to redirect them to this initial ASP page. Sorry I didn't include this information initially.Bruce
PVA_Livelink_Developer_(pva_pva_-_(deleted))
Message from Joe Lesh via eLinkBruce-What you'll need to do is modify the place that the ll.dologout requesthandler sends the user. Go look in the Execute method for that RH and Ithink it will be clear. You won't be able to actually log the user outand clean up the cookies by just using html.Joe Leshjlesh@pvaglobal.com-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Thursday, December 15, 2005 11:45 AMTo: eLink RecipientSubject: RE Redirecting users at logoutRE Redirecting users at logoutPosted by Parrish, Bruce on 12/15/2005 11:43 AMJoe,Thanks for the tips. Unfortunately, I'm still spinning my wheels here. What I'm dealing with is that my company had a custom front-end built bya consulting firm that is no longer in business. This solution begins bythe user accessing an ASP page that authenticate the users against ourin-house security database. After that, the user is logged into LiveLinkusing a orphan based on Login in the Request Handler of WEBLL.What we want to do is once the user logs out of LiveLink, is to redirectthem to this initial ASP page. Sorry I didn't include this information initially.Bruce[To reply to this thread, use your normal E-mail reply function.]============================================================Topic: Redirecting users at logout
https://knowledge.opentext.com/knowledge/livelink.exe/open/4400684Discussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exeTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.
Hans Stoop
Message from Hans Stoop via eLinkThe easiest way to do it for a starter is to change the standard LLlogin page to redirect to the custom front-end.After the log-out is process the standard LL login page is shown, sowhat you do is let that page redirect to the custom log-in. This way youalso support the scenario when links in Livelink are send by e-mail andpeople access Livelink by clicking on the link.Hans > -----Original Message-----> From: eLink Discussion: Development Discussion > [mailto:development@elinkkc.opentext.com] > Sent: donderdag 15 december 2005 17:45> To: eLink Recipient> Subject: RE Redirecting users at logout> > RE Redirecting users at logout> Posted by Parrish, Bruce on 12/15/2005 11:43 AM> > Joe,> > Thanks for the tips. Unfortunately, I'm still spinning my > wheels here. > > What I'm dealing with is that my company had a custom > front-end built by a consulting firm that is no longer in > business. This solution begins by the user accessing an ASP > page that authenticate the users against our in-house > security database. After that, the user is logged into > LiveLink using a orphan based on Login in the Request Handler > of WEBLL.> > What we want to do is once the user logs out of LiveLink, is > to redirect them to this initial ASP page. > > Sorry I didn't include this information initially.> > Bruce> > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Topic: Redirecting users at logout>
https://knowledge.opentext.com/knowledge/livelink.exe/open/4400684>
; > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > To Unsubscribe from this Discussion, send an e-mail to > unsubscribe.development@elinkkc.opentext.com.> > >