Configuring the Custom Login Module

Users can create their own authentication module by configuring a custom login module.

The specific implementation of CustomLoginModule.java or equivalent class should typically inherit from SingleSignOnLoginModule.java or DefaultLoginModule.java.

    Procedure
  1. Launch MDM Configurator.
  2. Go to InitialConfig > Advanced > Authentication > Custom.
  3. Set the Custom value for Authentication Type property.
Result

The properties are similar to LDAP except the authentication class. Specify the com.tibco.cim.authentication.CustomLoginModule class.

For other properties, see Default LDAP Properties.