Hi
We are currently writing some integration between Content Server 2010 and a backoffice application. The integration is in the form of a C# .Net web application, which basically runs some searches and retrieves document results / documents.
The code for this is finished and currently runs using a dedicated 'integration' user CS account. However we would like to run the code using the windows user logged into the web application/browser instead.
Is it possible to authenticate a windows user directly using CWS, if you only have the windows username available rather than that and the user's windows password ? We don't want them to have to login or prompt for it.
Or, or do you have to use a dedicated CS user with Admin rights first, authenticate that user using OTAuthentication (and get the token in usual way) then impersonate the windows user account instead via CWS?
many thanks
John