CMIS and Guest access

cancel
Showing results for 
Search instead for 
Did you mean: 
jcoupey
Active Member

CMIS and Guest access

Hello everyone,

I'm using alfresco 5.2 and i've configured a cmis portlet which enable me to see my alfresco content when i'm logged with Admin.

However, i'd like to map Unknown Users to guest in order for the users to see the content of the portlet. 

I've put in ntlm-filter.properties: in \Authentication\alfrescoNtlm

ntlm.authentication.sso.enabled=true
alfresco.authentication.allowGuestLogin=true
ntlm.authentication.mapUnknownUserToGuest=true
ntlm.authentication.browser.ticketLogons=true
ntlm.authentication.sso.fallback.enabled=true

It doesn't seem to work. So i've put back the default parameters in the NTLM subsystem 

I tried to put it in Authentication\passthru 

ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=true
passthru.authentication.guestAccess=true
ntlm.authentication.browser.ticketLogons=true
ntlm.authentication.sso.fallback.enabled=true

and it doesn't work either.

I'm still wondering if there is something I missed, have you got any idea to help me please? 

Thank you for your attention

Regards,


Joffrey

3 Replies
jpotts
Professional

Re: CMIS and Guest access

I am fairly certain that CMIS does not support guest authentication.

jcoupey
Active Member

Re: CMIS and Guest access

Hello Mr Potts,

First, I wish you a happy year !

Thank you for your answer.
Here's the difficulty :

We have a new intranet in our company (jalios - jcms).

When we are searching content example "201507", in the intranet and filter by choosing our alfresco, the content are not displayed when it's not the admin user (it's working with the admin user).

Do you have any idea in order to make the search working for any users please?

Thanks a lots.

Regards,

Joffrey

jpotts
Professional

Re: CMIS and Guest access

If it works for the admin user but does not work with other users, that makes me think you have an authentication problem or a permissions problem.

If the non-admin users log in to Alfresco and perform the same search is the content found?