07-12-2012 08:24 AM
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.
07-12-2012 02:17 PM
hi,
I know, that it bypasses your question, but more usefull is using this way for authorisation: http://answers.nuxeo.com/questions/1002/how-do-i-integrate-with-nuxeo-platform-login-portal-sso-in-m...
All the best
07-13-2012 10:42 AM
Thanks for the info. We will considering doing it this way. But is there anyway of doing it as mentioned in the question above?
07-18-2012 08:47 AM
Update on this one. We are able to login to automationclient when we create users from the UI.
07-18-2012 12:18 PM
We are trying to do the same where we would like to use the actual user as opposed to the default "Administrator" to get the nuxeo automation client session. That way when the user check in the document it is associated with that user.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.