Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Authentication sharing between user application and Livelink
Brunonas_Sickus_(eu0014096_-_(deleted))
Hi,I need to redirect to livelink page (for example enterprise workspace) from another application. User has already logged to the application so user name and password is known. If I use HTTP link directly, I get Livelink login page first, but it would be very nice to avoid double authentication. I'm Using LAPI in a .NET Environment.Has anyone any ideas how to make this?
Find more posts tagged with
Comments
Pfizer_Developers
Attached is a code snippet that acts like the insight login page but passes the username and password across automatically.You will need to use some sort of CGI page to populate the values dyamically; something like ColdFusion, ASP or Perl, etc.The sample needs to be set with the correct sever to post to as well as the correct object id or cgi path that you want the user to end up at.