posted 16 years ago
Hi All,
For the SSO implementation, SSO will call the authenticateUser() method, it will return a username. If the username name is not exist in the Jforum' DB, user account will be created.
I would like to ask what group should be assigned to this kinds of user. Administraor or General or other group. If I create the group manually in the forum, can I automatically assign user to the other group after login the Jforum by SSO ?
For example, Forum A and Forum B is in the Jforum. Only Group A user can post the topic and reply in Forum A and Group B user can post and reply in Forum B.
If the user login the Jforum by SSO, authenticateUser() method will be called. Then I will get the information from my applicantion's database. If it found that this user have read and post right for Forum A, then it will be create a user account in jforum database and assign user to Group A. How can I implement the logic in the authenticateUser() method ?
Thanks
Stepby
[originally posted on jforum.net by stepby]