posted 16 years ago
You will have to use some custom SSO code. Basically, in the authenticateUser method, you will need to check if the existing jForum information matches your SSO providers info and update the jForum info if needed.
An alternative, but more complex, method is to look at writing your own UserDAO implementation that populates the User object from a combination of the jForum_User table and your SSO user information data.
[originally posted on jforum.net by monroe]