Previous Topic: Configure a SiteMinder Agent Authenticator for an Individual Application

Next Topic: Configure Web Applications to Invoke the SiteMinder Agent Security Interceptor

Define a JBossSX Security Domain for the SiteMinder Agent Login Module

Define a JBoss security domain named SiteMinderDomain that configures the SiteMinder Agent Login Module required to authenticate credentials obtained by SiteMinder Agent authenticators. Configure the SiteMinderDomain by adding an application-policy element to the login-config.xml file located in server/server_name/conf/.

To configure SiteMinder Agent Authenticators at the global level

  1. Navigate to server/server_name/conf/login-config.xml
  2. Open the login-config.xml file in a text editor.
  3. Add the following application-policy element defining the SiteMinderDomain:
    <application-policy name="SiteMinderDomain">
      <authentication>
        <login-module
        code="com.ca.soa.agent.appserver.authenticator.jBoss.SMJBossLoginModule"
        flag="required">
        <module-option name="unauthenticatedIdentity">anonymous</module-option>
        </login-module>
      </authentication>
    </application-policy>
    
  4. Save the file and exit the text editor.