We are using the nuxeo automation client in the following
standard way.

HttpAutomationClient client = new HttpAutomationClient(
           "http://localhost:8080/nuxeo/site/automation";);
 
    Session session = client.getSession("Administrator",
"Administrator");

It works fine. 

We have a number of user which are in the administrative
group. They have been retrieved from Sqlserver DB. 

We want to be able to create Nuxeo Automation client
sessions using these users rather than the 'Administrator'
user. It give authentication failure when we try to create a
session from any user other than 'Administrator' although
the other users are in Administrator group just like the
'Administrator'. 
If we use the Nuxeo UI we can sign in using these users. But
cant get client session using the nuxeo automation client.
Is there any way to do this ?

Thanks.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to