On Mon, Mar 1, 2010 at 18:08, Nithya Vembu <[email protected]> wrote: > > Hi All, > > Thanks for you valuable response. > > I am asking the httpclient for doing my own sso login. > > I am using JBoss portal which using OpenSSO -> OpenDS as a user datastore. > The same user get store in both JForum application's seperate database and > also in xwiki database. > > In JForum i followed this approach to do the single sign on. > 1. Check for my LTPA token cookie. > 2. If its there i will get the user details with username and password > from OpenSSO and do the login in jforum through the http client to maintain > the user in session. > 3. Add a cookie for JForum application. > (The user will be in session till the LTPA token get expire). > > But i am not getting clear idea about implementation of my own sso in xwiki.
No need, you can find an sunsso/opensso authenticator on http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-authenticator-sunsso/ ;) > Any solution please suggest. > > Thanks, > Nithya. > -- > View this message in context: > http://n2.nabble.com/Login-in-xwiki-through-http-client-tp4654361p4655517.html > 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 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
