+

Search Tips   |   Advanced Search

IBM Security Identity Manager integration

The Security Identity Manager integration for the Password Synchronizer allows verification of synchronized passwords by the Password Strength servlet of the IBM Security Identity Manager Server.


Overview

The Password Synchronization incorporates password complexity checking by using the IBM Security Identity Manager Password Policies. We can use one of the following IBM Security Identity Manager Decorator Password Synchronizer classes to enable the IBM Security Identity Manager Integration:


Supported synchronizers

The IBM Security Identity Manager Password Synchronizer Decorator classes are supported by the following Password Synchronizers:

Note: The Domino® HTTP Password Synchronizer does not support integration with the IBM Security Identity Manager. Custom Password Policies can be created on the Domino Server. Using those Password Policies, we can validate the passwords before they are stored.


IBM Security Identity Manager password strength validation communication

External applications must create an XML request for a password strength validation from the IBM Security Identity Manager Server. The request is sent through HTTPS, a servlet hosted by the IBM Security Identity Manager Server. The following sample shows an XML request for password strength validation:

<PSWD_REQ_MSG> 
	<CREDENTIALS principal="",pswd="" />
	<REQUEST op="check", srcDN="", userDN="", pswd="" />
</PSWD_REQ_MSG>


Credentials tag

The credentials represent the user name and password of an IBM Security Identity Manager Principal. The principal and the password values are used to enable a client, that is, Password Store decorator, to authenticate the IBM Security Identity Manager Server. The IBM Security Identity Manager Principal must exist in the IBM Security Identity Manager Server, and the authority must be provided to run the password check. These credential values are passed to the SDI client component through the configuration properties.


Request tag

The element attributes are: