On Sep 20, 2013, at 3:13 PM, Thomas Mortagne <thomas.mortagne@xwiki.com> wrote:
On Fri, Sep 20, 2013 at 3:09 PM, Vincent Massol <vincent@massol.net> wrote:
Hi,
On Sep 18, 2013, at 10:54 PM, davout <ian.hayes@essays-in-software.com> wrote:
I'm thinking of deploying xwiki long side one of the Java spring based web apps. The web app uses Spring Security. Does xwiki security allow me to recognise users already authenticated in my web app?
Are there any reference materials to explain how to configure this?
Yes, I think the impl is com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
Yes.
See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication for how to set up the configuration.
@Thomas: I see it's not mentioned explicitly on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication Any reason?
No particular reason.
Ok just added something at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HContaine... I hope it works since I didn't test it… Thanks -Vincent