cancel
Showing results for 
Search instead for 
Did you mean: 

Change Share logout URL

midoscofield
Champ in-the-making
Champ in-the-making
Hello,

I have made an integration between Liferay and Alfresco,so i want to change the share logout URL to the Liferay Logout URL.
How can i make it in Alfresco?i want know which file contain this Logout URL in order to change it

Thanks
1 REPLY 1

scouil
Star Contributor
Star Contributor
Hi,

If you just want to change the link, it would be in share-config.xml, (to be extended in share-config-custom.xml) in the "Global config section"
<item type="link" id="logout" condition="!context.externalAuthentication">/dologout</item>

see: http://wiki.alfresco.com/wiki/Share_Header#.22link.22_and_.22external-link.22_types

However, I don't know how your integration is done but it might be safer to just extend the default logoutController bean to perform both alfresco's default logout process and add your remote call to your liferay server.

Regards