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
Tunneling through Authentication
Ken_Clarke_(kenclarke_-_(deleted))
Hi,Is there a way one can access ECM objects (documents and images for e.g.) by tunneling through the authentication with a username / password - for e.g. If I wanted a third party application to reference a view URL for an image within the repository.Thanks,KK
Find more posts tagged with
Comments
Nair_Krishnankutty_(nairkrishnankutty_-_(deleted))
If the thirdpartt application uses livelink api or just the URL?If you did not have SSO using directory service,s you could hard code a livelink login/password and pass the container to access as the next URL.See this approach here
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3497233&objAction=ArticleView&viewType=1However
if the app uses lapi to access and without dirsvcs of any kind,the app has to login first,Now the computer on which the app runs,has a volatile session cookie.For subsequent requests you can use that or you can directly create a seeion by passing the web server as well.Look at the sessionallocfromcookie examples.