Once the Web Agent authenticates and authorizes a request for a CA Identity Manager resource, the Web Server on which you installed the Web Agent must forward the request to the application server that hosts the Identity Manager Server. This is accomplished through a Web Server proxy plug-in provided by the application server vendor.
After you install the CA Identity Manager components and deploy the IdentityMinder EAR, you update the plug-in using WebSphere’s GenPluginCfg command.
To install the proxy plug-in
wsadmin.bat -user wsadmin -password password -f configureWebserverDefinition.jacl
Note: See the IBM WebSphere documentation for more information about the configurewebserver command.
For example:
C:\Program Files\WebSphere\AppServer\bin\
/home_dir/WebSphere/AppServer/bin
Running this command generates a plugin-cfg.xml file in websphere_home\Plugins\config\webserver1\config\cells.
websphere_home\AppServer\profiles\server_name\config\cells\websphere_cell\nodes\webserver1_node\servers\webserver1\
For iPlanet 6.0 Web Servers, check the order of plug-ins in iplanet_home/https-instance/config/magnus.conf.
For iPlanet 5.x Web Servers, copy the following lines from iplanet_home/https-instance/config/magnus.conf to iplanet_home/https-instance/config/obj.conf
Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/export/WebSphere/AppServer/bin/libns41_http.so"
Init fn="as_init" bootstrap.properties="/export/WebSphere/AppServer/config/cells/plugin-cfg.xml"
Add the following after AuthTrans fn="SiteMinderAgent" in the obj.conf file:
Service fn="as_handler"
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |