[xwiki-users] How to implement our own SSO in xwiki??
Hi All, I am struggling with the implementation of SSO in xwiki. I have few doubts to ask.. I am using my own SSO which use the OpenSSO and its OpenDS for authentication. My application, plugin to many application and the base is jboss portal. I have successfully implemented the jforum inside jboss portal and implemented my own custom SSO jforum, as the instructions given in jforum. But in xwiki i am not seeing any guide lines to implement my own SSO. Eventhough googling i didnt get the clear idea. I am using pure java and i cant go for keberos and OpenID concept. 1. Whether i can implement my own SSO in xwiki?? When i login in my application the same user should login in xwiki and the browser session n cookie should get maintain for the user session..Is it possible? 2. If so What all are the files i have touch? Where i have to make the changes for SSO? What is the name of the cookie which is used for sso in xiwiki now? 3. What all the changes for SSO? Thanks in advance. Regards, Nithya. -- View this message in context: http://n2.nabble.com/How-to-implement-our-own-SSO-in-xwiki-tp4627411p4627411... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, On Wed, Feb 24, 2010 at 18:55, Nithya Vembu <[email protected]> wrote:
Hi All,
I am struggling with the implementation of SSO in xwiki. I have few doubts to ask..
I am using my own SSO which use the OpenSSO and its OpenDS for authentication.
There is a authenticator that is doing just that on http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-authenticator-sunss... you should reuse it.
My application, plugin to many application and the base is jboss portal. I have successfully implemented the jforum inside jboss portal and implemented my own custom SSO jforum, as the instructions given in jforum.
But in xwiki i am not seeing any guide lines to implement my own SSO. Eventhough googling i didnt get the clear idea. I am using pure java and i cant go for keberos and OpenID concept.
1. Whether i can implement my own SSO in xwiki?? When i login in my application the same user should login in xwiki and the browser session n cookie should get maintain for the user session..Is it possible? 2. If so What all are the files i have touch? Where i have to make the changes for SSO? What is the name of the cookie which is used for sso in xiwiki now? 3. What all the changes for SSO?
Thanks in advance.
Regards, Nithya. -- View this message in context: http://n2.nabble.com/How-to-implement-our-own-SSO-in-xwiki-tp4627411p4627411... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Nithya Vembu -
Thomas Mortagne