We are using Portal 8.5 with the last fix SP2 (20141201) and the CS 10.0 with Widgets Module 10.0.0 update 13 (both configured with OTDS authentication in the same AD).
The Portal is configured to login in the OTDS and is working OK, is connecting with the Resource ID Portal, that is created in the CS, and is generating the cookie “otdsticket”. The problem is when we are in the portal and call the page that has the “FolderBrowser” widget the CS:
connection : {
url : "http://IP-CS/livelink/livelink/api/v1/",
supportPath : "/livelinksupport",
authenticationHeaders: {
OTDSTicket: "value of the Cookie otdsticket"
}
}
The widget don’t show the login and he is trying to connect to CS, but the server response with:
DBG Sending request as GET to http://IP-CS/livelink/livelink/api/v1/volumes/141.
http://IP-CS/livelink/livelink/api/v1/volumes/141
Failed to load resource: the server responded with a status of 401 (Unauthorized)
DBG Authentication needed: Error validating a ticket. OTDS client library error code: -11 [OTDS 0].
DBG Using the authentication headers credentials to log in to http://IP-CS/livelink/livelink/api/v1/
Uncaught TypeError: undefined is not a function
Maybe I need to configure something in the CS?
Thanks!!