Hi Nino, we're using cookie sso. works like a charm. when the user logs in (in our app) we generate a temporary forum password, store it in the Account table, and return it (hashed with a salt) in a cookie, along withthe username. the cookie gets passed to the forum, which looks up the username, retrieves the temporary passwd, rehashes it and compares it to the value in the cookie.
On 3/4/08, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > How did you do the SSO? > > Im trying the RemoteSSO but it doesnt seem to work out of the box... Or > they forgot to mention some critical information about it.. Do you have > to set a cross context or something? > > regards > > > Toto Laricot wrote: > > We've done it. Nothing Wicket-specific. JForum runs as a separate > webapp, we > > display it in a frame. > > SSO is a bit tricky but it's doable. > > > > v. > > > > On 2/29/08, Nino Saturnino Martinez Vazquez Wael < > [EMAIL PROTECTED]> > > wrote: > > > >> Has any one done this? > >> > >> Im thinking of jforum.. http://www.jforum.net/ ? > >> > >> It should'nt be that hard to create a contrib for btw, if somebody are > >> interested..? > >> > >> -- > >> -Wicket for love > >> -Jme for fun > >> > >> Nino Martinez Wael > >> Java Specialist @ Jayway DK > >> http://www.jayway.dk > >> +45 2936 7684 > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > > > > -- > > -Wicket for love > -Jme for fun > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
