Hi,
I imeplemented SSO using Monroe SSOCookie and though the cookie is coming as null in Forum,the user is considered as anonymous and login,registration pages are not shown to the user.
Now if admin wants to access admincontrolpanel, he has to login to the Jforum which is not possible because of SSO. I tried to copy paste the admin control panel url
(http://localhost:8080/satyam/admBase/login.page) in browser and then the system shows
Registration of new users is disabled. error message
http://localhost:8080/MyOwnBriefcase/jforum.page
Please let me know how to handle this scenario? Jforum is integrated with my main application where the user logs in actually. I can go to database and create a record for user admin such that he can login to main application but when he comes to forum using Cookie, how Jforum identifies him as admin and shows him admin control panel?
Thanks
Greg
[originally posted on jforum.net by gregjhonson]