Creating a login module (WebSphere Application Server)

Use the following procedure to create a login module in the IBM® FileNet® Content Manager connector deployed environment.

Procedure

  1. Log in to the WebSphere® Integrated Solutions Console.
  2. Verify that Java 2 security is disabled:
    1. Navigate to Security > Global security.
    2. In the Java 2 security section, verify that the option Use Java 2 security to restrict application access to local resources is cleared.
  3. Create a Java Authentication and Authorization Service (JAAS) login configuration:
    1. Navigate to Security > Secure administration, applications, and infrastructure. In WebSphere Application Server V7, navigate to Security > Global security.
    2. In the Authentication section, click Java Authentication and Authorization Service > Application logins.
    3. Click New.
    4. For Alias, enter FileNetP8WSI.
    5. Click Apply and wait for the page to refresh.
    6. Save the new login configuration.
  4. Define a login module for the new login configuration:
    1. In the Configuration section, click JAAS login modules.
    2. Click New.
    3. For Module class name, enter com.filenet.api.util.WSILoginModule.
    4. For Authentication strategy, select Required.
    5. Click Apply and wait for the page to refresh.
    6. Save the new login module.
  5. Define a custom property for the new login module:
    1. In the Configuration section, click Custom properties.
    2. Click New.
    3. For Name, enter delegate.
    4. For Value, enter com.filenet.api.util.WSILoginModule.
    5. Click Apply and wait for the page to refresh.
    6. Save the new custom property.
  6. Restart the application server.