Hi All,
We have a LAPI application built on .NET that has the login screen. Once authenticated he will be redirected to info.aspx page. In this case, the users do not have any access to LL
Now for another customer, we will be using the same appli but with little customisations i.e; we have created an appearance in the Livelink interface on a folder called "Go to CMS" and put the URL of our above LAPI application for this.
Now, our current requirement is once the user logs into Livelink and once he clicks on the "Go to CMS" folder ( that has the above said appearance), the LAPI applcation would be shown and the login sceen (login.aspx) is displayed (as it should). Now we want to avoid this LAPI login screen scene since the user is already in Livelink now.
We want to take the username / password from the Livelink login screen and pass it to the login.aspx (he will definetely be authenticated as he is now in LL interface) and land the user in the info.aspx page.
Can you please guide me in making this possible?
Regards,