Thanks for the advice on changing the global.vm, sadly the authentication is proprietary and wouldn't help anyone else. Thanks again. - Glenn Everitt Ludovic Dubost-2 wrote:
Hi,
There is no change the XWiki logout page is going to have any effect when you are using Apache level auth. Best is just to change the global.vm and link to your logout page with the xredirect param and have your logout page redirect to that url in the xredirect param.
What type of authentication are you using in your server ? If it's a non-proprietary one, it might be nice to document your config on xwiki.org.
Ludovic
Glenn Everitt wrote:
I am using Apache level authentication and the AppServerTrustedAuthServiceImpl using getRemoteUser to get into XWiki and I have this working. I need to call something like a logout.jsp to invalidate the session and cleanup. I thought I should use the xwiki.authentication.logoutpage=/[^/]+/logout/* in xwiki.cfg. I can't tell what this is doing and whether it is related to ...
The velocity template global.vm seems to generate the logout link on the main menu. #set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout", "xredirect=$util.encodeURI($logredir)")) $!logouturl $!msg.get("logout") #sep()
Any clues on how to handle logout would be greatly appreciated.
Thanks Glenn Everitt
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- View this message in context: http://www.nabble.com/logout-tp16040945p16075537.html Sent from the XWiki- Dev mailing list archive at Nabble.com.