Menu

LoginAuthenticationIntegration

Ulf Dittmer

Integrating your application to JForum

By default JForum runs as a standalone web application, with its own user registration and login management. Each option below provides a solution to integrate JForum into an application environment where existing user management and security policies are implemented.

Using Single Sign-On

You should use SSO if:

  • your users already login to a website and you want JForum to be appear as part of that site.
  • your users are authenticated for a 'user realm' which provides an implementation for the request.getRemoteUser()' method, e.g. tomcat security realm, JAAS etc.

[SSO]

Delegating the Authentication

If you have a centralised sign-on to facilitate the management of user credentials across multiple platforms and applications, you can configure JForum to delegate the authentication during the login process.

A good example of this would be an intranet where users credentials are stored on an LDAP server or Windows Active Directory.

[Authenticators]

Advanced Integration

You can incorporate many JForum features directly into your application, including sign-on and login management. Other examples include displaying most recent posts on your web-site's main pages and accessing users Private Messages.

[AdvancedLoginAuthenticationIntegration]


Related

Wiki: Authenticators
Wiki: Documentation
Wiki: SSO

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.