After configuring my system my normal web authentication (via username and password) no longer works. The external SSO is also not working. If I set the configurations back to normal my web authentication starts working again.
Here are the steps I have followed:
1. Downloaded alfresco-community-4.2.f-installer-linux-x64.bin and ran the auto installer 2. Verified that Alfresco and Share was working fine. Created a site with some content 3. In /opt/alfresco/tomcat/shared/classes/alfresco.global.properties add:
11. service alfresco start 12. tail -f /opt/alfresco/tomcat/logs/catalina.out (wait until everything has started) 13. Use "Modify headers" add on in Firefox to try and log into Alfresco without a password as per demo in http://www.youtube.com/watch?v=5tS0XrC_-rw
Result: I still get sent to the login screen. My usual password does not work any more. Here is the debug info from catalina.out:
14. Try to use curl to login with modified header as follows: curl -X GET -L -H "X-Alfresco-Remote-User: admin" http://localhost:8080/alfresco/ | less Result: I still get the login page
Hi, We are currently testing external sso auth through firefox modify adon to pass header. Can you please share your alfresco-global.properties file. We followed all the steps given in this but no luck so far.
You can also referred to as SSO (Single Sign-on), is a method of access control that enables a user to log in once and gain access to the resources of multiple software systems without being prompted to log in again. So you can try start working again.
Hello, I'd like some clarification on Barry's step #4 (i.e.: 4. In /opt/alfresco/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml set connector-id: alfrescoHeader). What is the relevant documentation regarding this step, if any?