To configure CA SiteMinder Secure Proxy Server (CA SiteMinder SPS) for CA Process Automation, access the CA SiteMinder Secure Proxy Server Administrative UI. For more information, see the CA SiteMinder Secure Proxy Server Administration Guide.
Important! Before you configure CA SiteMinder SPS for CA Process Automation, consult your CA SiteMinder Administrator. Your company may have established policies for selecting or creating Domains, naming conventions for other entities, or other site-specific security considerations.
Follow these steps::
$SecureProxyInstallLoc/proxy-engine/conf
Note: Provide the appropriate rules that are based on the setup environment as follows:
For a cluster environment in a non-secure proxy server environment, add the following rule:
<nete:cond criteria="beginswith" type="uri">
<nete:case value="/itpam/">
<nete:forward>http:// <loadbalancer hostname:port>$0</nete:forward>
</nete:case>
<nete:case value="/itpam">
<nete:forward>http:// <loadbalancer hostname:port>/itpam/</nete:forward>
</nete:case>
<nete:case value="/birt">
<nete:forward>http:// <loadbalancer hostname:port>$0</nete:forward>
</nete:case>
<nete:case value="/ucf/BrokerService">
<nete:forward>http://<loadbalancerhost>:<loadbalancer port for REST services>$0</nete:forward>
</nete:case>
<nete:case value="/node/rest/CA:00074_CA:00074:01">
<nete:forward>http://<loadbalancerhost>:<lb port for REST services>$0</nete:forward>
</nete:case>
<nete:default>
<nete:forward>http://www.ca.com/</nete:forward>
</nete:default>
</nete:cond>
Note: You should define the loadbalancerhost name as a FQDN hostname. For example, loadbalancer12 .ca.com is a FQDN hostname.
Note: To configure CA SiteMinder SPS for secure communications, refer the CA SiteMinder Secure Proxy Server Administration Guide.
For a cluster environment in a secure environment, configure CA SiteMinder SPS as follows:
<nete:cond criteria="beginswith" type="uri">
<nete:case value="/itpam/">
<nete:forward>https:// <loadbalancer hostname:port>$0</nete:forward>
</nete:case>
<nete:case value="/itpam">
<nete:forward>https:// <loadbalancer hostname:port>/itpam/</nete:forward>
</nete:case>
<nete:case value="/birt">
<nete:forward>https:// <loadbalancer hostname:port>$0</nete:forward>
</nete:case>
<nete:case value="/ucf/BrokerService">
<nete:forward>https://<loadbalancerhost>:<loadbalancer port for REST services>$0</nete:forward>
</nete:case>
<nete:case value="/node/rest/CA:00074_CA:00074:01">
<nete:forward>https://<loadbalancerhost>:<lb port for REST services>$0</nete:forward>
</nete:case>
<nete:default>
<nete:forward>http://www.ca.com/</nete:forward>
</nete:default>
</nete:cond>
Note: You should define the loadbalancerhost name as a FQDN hostname. For example, loadbalancer12 .ca.com is a FQDN hostname.
<CA SiteMinder SPS Installation_dir> \SSL\certs\ ca-bundle.cert
Note: When integrating SPS with a CA Process Automation cluster using an Apache load balancer in secure communication, add the Apache certificates to the SPS cert bundle.
Note: To use CA SiteMinder SPS with CA Process Automation, you configure the SSO details in the configuration screen during the CA Process Automation installation.
By default, CA Process Automation uses SSO Authentication Type as Header and Authentication Parameter as sm_user. CA Process Automation Install and Upgrade does not support CA SiteMinder Web Agent on Apache and IIS. CA Process Automation Install and upgrade uses only CA SiteMinder SPS. When you upgrade CA Process Automation, you provide the CA SiteMinder SPS details to use SSO instead of Web Agent on Apache. For more information, see Install the Domain Orchestrator section.
|
Copyright © 2014 CA.
All rights reserved.
|
|