[xwiki-users] Spring security support?
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? -- View this message in context: http://xwiki.475771.n2.nabble.com/Spring-security-support-tp7587097.html Sent from the XWiki- Users mailing list archive at Nabble.com.
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 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? Thanks -Vincent
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.
Thanks -Vincent
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
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
On Fri, Sep 20, 2013 at 3:23 PM, Vincent Massol <vincent@massol.net> wrote:
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…
It's works but it's pretty basic.
Thanks -Vincent
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
davout -
Thomas Mortagne -
Vincent Massol