posted 18 years ago
Can you please help me with my error with implementing sso on version 2.1.6
I have set the SystemGlobal.properties
authentication.type = sso
sso.implementation = net.jforum.sso.MyUserSSO
In MyUserSSO authenticateUser method I want to read the cookie I set in my app, but my set cookie is never seen by Jforum.
I verify that the cookie is set in my App and then I click the link to Jforum and don�۪t see any cookies beside JSessionID
My cookie that I am checking for has a null path and domain value.
Please help.
[originally posted on jforum.net by skinsFan]