cancel
Showing results for 
Search instead for 
Did you mean: 

Use which login for public accessible search?

llin
Champ in-the-making
Champ in-the-making
Hello,

I am working on an application using Web Services. It is an application accessed to the public, without user/password. I wonder, which login should I use for a Web Services search?

AuthenticationUtils.startSession(getUser(), getPassword());

Using "admin" or any user in Alfresco? In that case, is there any issue when more than one user are doing a query at the same time? What is the best practice for this case?

Thanks in advance for your help and answer.

Ally
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

You should be able to use the "guest" user and give any password.
Or just authenticate as guest on the API

Andy