Tuesday, November 8, 2011

SSO to share

All the people feel that alfresco share is not easy.

Follow the below steps

1. From your web server set the REMOTE_USER
Make sure you are getting remoteuser by getting that value in the jsp

2, In the tomcat disable the tomcat authentication so that you will get
req.getRemoteUser()

tomcatauthentication="false">

3. No need to change the X-Alfresco-RemoteUSer
as it will check for remoteuser i it does not exist then only it will check for the X-Alfresco-Remote User

No comments:

Post a Comment