이 예에서는 CA SiteMinder 통합을 위해 엔터프라이즈 관리 서버를 구성합니다.
JBOSS_HOME/server/default/deploy/IdentityMinder.ear/user_console.war/WEB-INF
<filter>
<filter-name>FrameworkAuthFilter</filter-name>
<filter-class>com.netegrity.webapp.authentication.FrameworkLoginFilter</filter-class>
<init-param>
<param-name>Enable</param-name>
<param-value>false</param-value>
</init-param>
</filter>
JBOSS_HOME/server/default/deploy/IdentityMinder.ear/policyserver.rar/META-INF
<config-property> <config-property-name>Enabled</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>true</config-property-value> </config-property>
<config-property> <config-property-name>FIPSMode</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>false</config-property-value> </config-property>
<config-property> <config-property-name>ConnectionURL</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>policyservernode.example.com,44441,44442,44443</config-property-value> </config-property>
<config-property> <config-property-name>UserName</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>siteminder</config-property-value> </config-property
/CA/AccessControlServer/IAMSuite/AccessControl/tools/PasswordTool
예:
pwdTools -FIPS -p <clear_text_password> -k JBoss_HOME/server/default/deploy/IdentityMinder.ear/config/com/netegrity/config/keys/FIPSKey.dat
<config-property>
<config-property-name>AdminSecret</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>{AES}:gSez2/BhDGzEKWvFmzca4w==</config-property-value>
</config-property>
config-property> <config-property-name>AgentName</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>webserver-agent</config-property-value> </config-property>
ACServerInstallDir/IAMSuite/AccessControl/tools/Passwordtool/pwdtools.bat -FIPS -p <your_shared_secret> -k JBoss_HOME/server/default/deploy/IdentityMinder.ear/config/com/netegrity/config/keys/FIPSKey.dat
<config-property>
<config-property-name>AgentSecret</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>{AES}:gSez2/BhDGzEKWvFmzca4w==</config-property-value>
</config-property>
JBoss_HOME/bin
set PATH=%PATH%;C:\jboss-4.2.3\server\default\deploy\IdentityMinder.ear\library;%SystemRoot%\SYSTEM32;%SystemRoot%;%SystemRoot%\SYSTEM32\WBEM
CA SiteMinder 통합을 위해 엔터프라이즈 관리 서버를 구성했습니다. 이제 CA ControlMinder 엔터프라이즈 관리 URL을 탐색하고 CA SiteMinder가 로그인 세션의 보안을 유지하는지 확인할 수 있습니다.
| Copyright © 2013 CA. All rights reserved. |
|