I'm a bit unclear on authenticating with the CS REST API.
For example, if my Content Server (https://host/otcs/livelink.exe) is accessed using Integrated Windows authentication i.e. the Web server is handling the authentication on the "otcs" virtual directory, how can a client (that uses the CS REST API) directly access (SSO) the API (https://host/otcs/livelink.exe/api/v1/..) with an OTCSTICKET when there is a requirement to first authenticate with the Web server.
What are the best practices for this?