Tim Moores wrote:Regarding the exception: I can reproduce this with the latest version of stock JForum when adding categories, but it doesn't seem to have anything to do with SSO.
Regarding SSO: I don't think there is any documentation available. Start by reading the "SSO / User authentication" section in the SystemGlobals.properties file, and just hope that it makes sense :-)
If the default implementation class "RemoteUserSSO" doesn't do what you need done, you may have to write your own. https://coderanch.com/t/576580/SSO and http://smartkey.co.uk/development/secure-sso-for-jforum/ may get you started with that.
Sir, actually I have integrated jforum 2.4.1 with my application and implemented SSO.
I am creating groups, categories, fors in my application and displaying in jforum for discussion, for this I am entering data in jforum database( jforum_groups, jforum_categories, jforum_forums, jforum_roles, jforum_role_values tables) . Data is successfully saved into the database, but jforum application is unable to display the data.When I run the jforum application again , then it shows the data in the jforum.
I have checked this several time, In the admin control panel also the groups is shown, but the categories is not shown, it is unable to fetch the category id or something , or there is some function which is not called .
when I run the jforum application again then it reloads the jforum and works perfectly.
Can you help me with the flow of jforum and provide some source code such that it can work for me!
Even I don't understand that if I am making categories from admin control panel then it's working fine but what happens to it when entering into the database.