Enable WAS to use Tivoli Access Manager for authentication

 

WAS can use the Tivoli Access Manager for authenticating users only when the following LDAP directory servers are used as the user registry:

When one of these directory servers is used as the registry, you can use the Tivoli Access Manager to authenticate users instead of directly binding to the LDAP registry by accepting the password and the account policies set in the Tivoli Access Manager. The following steps explain how to set a property in the LDAP custom properties section when enabling security.

  1. Verify that the PDJrteCfg and SvrSslCfg commands have been run

  2. Select the LDAP user registry by clicking...

    Administrative console | Security | User Registries | LDAP

    Confirm that you selected one of the supported LDAP directory servers listed previously.

  3. On the LDAP user registry page, select the Use Tivoli Access Manager for Account Policies check box in the administrative console. Tivoli Access Manager authentication is valid only when you select LDAP. The login polices set in Tivoli Access Manager are honored only when the user logs in with a password. The login policies, however, are not honored when a user logs in without a password (If the user uses X.509 certificates instead of passwords, for example). For more information see Tivoli Access Manager documentation .

  4. If you create groups using Tivoli Access Manager, add the objectClass=accessGroup value to the IBM_Directory_Server group filter.For example the following code is one continuous line...

    (&(cn=%v)(|(objectclass=groupOfNames)(objectclass=accessGroup)
    (objectclass=groupOfUniqueNames)))
    
    This addition is required because by default, the Tivoli Access Manager creates the accessGroup object class and uses it for all the groups it creates. The default WebSphere Application Server LDAP filters only look for the groupOfNames or groupOfUniqueNames object classes. If this change is not made, authorization problems result when groups are assigned to roles.

    If the groups are first created in the IBM_Directory_Server registry and then imported into the Tivoli Access Manager, you do not need to change the filters because the groups have the object classes that the WAS requires.

  5. Enable security. If security is already enabled, save these changes and restart the servers for the Tivoli Access Manager authentication to take effect.

 

Tivoli Access Manager Documentation

To instructions on how to configure Tivoli Access Manager check out:

http://publib.boulder.ibm.com/tividd/td/tdprodlist.html

 

See Also

Configuring WAS to use Tivoli Access Manager for authentication
Configuring global security
LDAP settings
Tivoli Software information center