Specify the CA SiteMinder authentication details in CA Open Space so that users with CA SiteMinder credentials can log in to CA Open Space.
Follow these steps:
Example: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf\
<IfModule proxy_module>
ProxyRequests Off
<Proxy *> Order deny,allow Allow from all </Proxy>
# This is important -
# Don't forward URIs which starts with /siteminderagent to open space server.
ProxyPass /siteminderagent !
#Forward all URI to given urls ProxyPass / http://<web-id-of-the-company:port>/
ProxyPassReverse / http://<web-id-of-the-company:port>/
ProxyPreserveHost Off ProxyErrorOverride On </IfModule>
LoadModule proxy_module modules/mod_proxy.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
The Apache server is configured with the reverse proxy pointing to the CA Open Space server.
Format: CA_Open_Space_Server_IP_Address Company Host
Example: 10.131.87.34 test.company.com
#### Reverse Proxy Configuration web.server.protocol=http web.server.http.port=80 web.server.https.port=-1 web.server.host=<apache-host-name>
Example: http://<Company_Host_Name>:8686/group/control_panel
Note: To configure CA SiteMinder authentication for a default tenant, login to the http://<CA_Open_Space_Server_Name>:8686/group/control_panel URL as the administrator.
CA SiteMinder authentication is configured.
The CA Open Space Home page is displayed.
|
Copyright © 2013 CA.
All rights reserved.
|
|