Symantec Access Management

CA SSO Authentication on CA Identity Governance 12.6.4 using JBoss 6.x 

Feb 23, 2016 11:25 AM

By default, the ! AJP connector is not enabled in JBoss 6.3.  In order to enable the AJP connector in JBoss 6.3 to allow CA SSO authentication, in addition to the documented steps to integrate the two products, you must:

  1. Edit the standalone-full-ca-gm.xml file in the <JBosshome>\standalone\configuration folder on the CA Identity Governance server.  Look for
    all stanzas beginning with "urn:jboss:domain:web" (there might be a few), add the following HIGHLIGHTED "ajp" connector line to all. Restart Jboss after the change.

<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">

<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

<connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/>

<virtual-server name="default-host" enable-welcome-root="true">

<alias name="localhost"/>

<alias name="example.com"/>

</virtual-server>

</subsystem>

  1. Restart the JBoss service for the change to  take effect.

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.