posted 16 years ago
The easiest method is look at the SSO documentation/posts here and create a custom SSO implementation class. With this method, you still have entries in the jforum_users table and what you're trying to do with the SSO code is to keep it updated with info from your "Master" authentication info.
A more complex (and more coding) way is to look at modifying the underlying Data Access Objects (DAO classes) so that the jForum user entity object fields that map to your master authentication source's info (e.g. username, e-mail, name, and the like) are populated and stored there.
[originally posted on jforum.net by monroe]