Define a JBoss security domain named system.XMLAgent that configures the SOA Agent Login Module required to authenticate credentials obtained by the SOA Agent Handlers.
You configure the system.XMLAgent by adding an application-policy element to the login-config.xml file located in JBOSS_HOME/server/instance_type/conf.
Specifies the JBoss Application Server instance type (one of default, minimal, production, standard, or web).
To configure SiteMinder Agent Authenticators at the global level
<application-policy name="system.XMLAgent"> <authentication> <login-module code="com.ca.soa.agent.appserver.jaas.XMLAgentLoginModule" flag="required"> <module-option name="unauthenticatedIdentity">anonymous</module-option> </login-module> </authentication> </application-policy>
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |