cancel
Showing results for 
Search instead for 
Did you mean: 

Automation client authentication for Sql Server users.

nuxeonovice_
Champ in-the-making
Champ in-the-making

We have been stuck at this for sometime. We have configured our nuxeo Installation to retrieve users from the Sql Server DB. We have modified the following config file. default-sql-directories-bundle.xml

After configuring for sql server users we are able to see the users in the admin, user/group section. We are also able to log in using those users on the UI.

But we are not able to get a automation client session using those users. Is there anymore configuration we need? Does it involve some how contributing to org.nuxeo.ecm.automation.server.auth.config extension point? We donot have Nuxeo studio. How can this be done?

This is the error we are getting.

2012-07-23 12:22:47,750 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Entering Nuxeo Authentication Filter 2012-07-23 12:22:47,751 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Principal not found inside Request via getUserPrincipal 2012-07-23 12:22:47,751 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Try getting authentication from cache 2012-07-23 12:22:47,751 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin AUTOMA TION_BASIC_AUTH 2012-07-23 12:22:47,751 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] Trying to retrieve userIdentification using plugin ANONYM OUS_AUTH 2012-07-23 12:22:47,751 DEBUG [org.nuxeo.ecm.platform.ui.web.auth.NuxeoAuthenticationFilter] user/password not found in request, try into identity cac he

Thanks in advance.

2 REPLIES 2

nuxeonovice_
Champ in-the-making
Champ in-the-making

Fixed. We were using blank passwords. Blank password cannot be used with automation client. Once we started using non blank passwords, we could signin. Thanks.

rchavarriaz_
Champ in-the-making
Champ in-the-making

Hi nuxeonovice.