Sun Identity Manager 8.1 Resources Reference

ProcedureSetting Up Tivoli Access Manager

  1. Install the IBM Tivoli Access Manager Java Runtime Component on the Identity Manager server.

  2. Set your PATH variable to include the path to the JVM for your application server.

  3. Run the pdjrtecfg -action config command to install the following Access Manager .jar files to the JRE’s lib/ext directory:

    • ibmjceprovider.jar

      • ibmjsse.jar

      • ibmpkcs.jar

      • jaas.jar

      • local_policy.jar

      • PD.jar

      • US_export_policy.jar

      • ibmjcefw.jar

        For more information, see the IBM Tivoli Access Manager Base Installation Guide.

  4. Remove the following jar files from the InstallDir\idm\WEB-INF\lib directory (depending on your application server, these files may have been removed during the Identity Manager product installation):

    • jsse.jar

      • jcert.jar

      • jnet.jar

      • cryptix-jce-api.jar

      • cryptix-jce-provider.jar

  5. Add the following lines to the java.security file, if they do not already exist:


    security.provider.2=com.ibm.crypto.provider.IBMJCEsecurity.provider.3=
    com.ibm.net.ssl.internal.ssl.Provider

    The number that follows security.provider in each line specifies the order in which Java consults security provider classes and should be unique. The sequence numbers may vary in your environment. If you already have multiple security providers in the java.security file, insert the new security providers in the order given above and renumber any existing security providers. Do not remove the existing security providers and do not duplicate any providers.

  6. Add the VM parameter to the application server:


    -Djava.protocol.handler.pkgs=com.ibm.net.ssl.internal.www.protocol

    If necessary, you can add multiple packages by delimiting with a | (pipe symbol). For example:


    -Djava.protocol.handler.pkgs=sun.net.www.protocol| \  com.ibm.net.ssl.
      internal.www.protocol
  7. Make sure the IBM Tivoli Access Manager Authorization Server is configured and running.

  8. Run theSvrSslCfg command:

    For example:


    java com.tivoli.pd.jcfg.SvrSslCfg -action config \ 
    -admin_id sec_master -admin_pwd secpw \ 
    -appsvr_id PDPermissionjapp -host amazn.myco.com \ 
    -mod local -port 999 -policysvr ampolicy.myco.com:7135:1 \ 
    -authzsvr amazn.myco.com:7136:1 -cfg_file c:/am/configfile \ 
    -key_file c:/am/keystore -cfg_action create

    The am directory must already exist. Successful completion creates these files in the c:\am directory:

    • configfile

      • keystore

        For more information, see IBM Tivoli Access Manager Authorization Java Classes Developer’s Reference and IBM Tivoli Access Manager Administration Java Classes Developer’s Reference.