posted 18 years ago
Hello,
I have installed JForum 2.1.6 on my environment. I am trying to do SSO with another web portal application. We have a web portal application, if user logs in to that portal & clicks on JForum, it should automatically logs that user into the JForum.
This is possible by 2 different ways. Using cookies and writing your own class. My req is very simple, so I tried using cookie. Document i have explains sso with cookies for 2.1.5.
First, I tried to change
sso.implementation = net.jforum.sso.RemoteUserSSO
to
sso.implementation = net.jforum.sso.CookieUserSSO & Jforum did not start. It gave some template error.
This is the very first step if you want to use SSO with cookie.
Would you please provide your help on this?
Thanks,
--Tushar
[originally posted on jforum.net by tushar_kapadi]