SSO integration as for LoginAuhenticator , LDAP and etc. is not a problem - this is just separate
java code. The problem, which is hard to solve, is web site integration:
how to integrate existing web site with jforum.
It is much harder to manage (and keep up-to date) jforum templates, than java code.
For SSOintegration a good API should be chosen, and this API shoild be on web link level, so no significant template modification is required.
I think the approach of
https://coderanch.com/t/575225
about web link API is a reasonable one.
In a similar way many internet backing sites ( chaseonline.chase.com and many other) do sso integration: they have it on web link level. This approach simplifies sso integration a lot.
[originally posted on jforum.net by Anonymous]